@apexcura/ui-components 0.0.11-Beta179 → 0.0.11-Beta180

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -655,7 +655,7 @@ var DatePickerElement = (props) => {
655
655
  console.log("date---------", date2);
656
656
  console.log("datestring", dateString);
657
657
  if (date2) {
658
- const formattedDate = dateString.format("lll");
658
+ const formattedDate = dateString;
659
659
  console.log("formattedDate-----------------", formattedDate);
660
660
  setDate(date2);
661
661
  console.log("changedDate------------", date2);
package/dist/index.mjs CHANGED
@@ -604,7 +604,7 @@ var DatePickerElement = (props) => {
604
604
  console.log("date---------", date2);
605
605
  console.log("datestring", dateString);
606
606
  if (date2) {
607
- const formattedDate = dateString.format("lll");
607
+ const formattedDate = dateString;
608
608
  console.log("formattedDate-----------------", formattedDate);
609
609
  setDate(date2);
610
610
  console.log("changedDate------------", date2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.11-Beta179",
3
+ "version": "0.0.11-Beta180",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",