@energycap/components 0.39.36-ECAP-26840-date-input.20241119-1615 → 0.39.36-ECAP-26840-date-input.20241121-0843

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.
@@ -670,6 +670,7 @@ DateTimeHelper.momentMonthFirstParseFormats = [
670
670
  'MM-DD',
671
671
  'M-D-YY',
672
672
  'MM-DD-YY',
673
+ 'MMDDYYYY',
673
674
  'YYYYMMDD',
674
675
  'YYYY-MM-DD',
675
676
  'MM-DD-YYYY'
@@ -706,6 +707,7 @@ DateTimeHelper.momentDateFirstParseFormats = [
706
707
  'DD-MM',
707
708
  'D-M-YY',
708
709
  'DD-MM-YY',
710
+ 'DDMMYYYY',
709
711
  'YYYYMMDD',
710
712
  'YYYY-MM-DD',
711
713
  'DD-MM-YYYY'