@hmcts/ccd-case-ui-toolkit 6.19.13 → 6.19.14-prerelease-datetime-picker-fix

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.
@@ -25030,10 +25030,10 @@
25030
25030
 
25031
25031
  var CUSTOM_MOMENT_FORMATS = {
25032
25032
  parse: {
25033
- dateInput: 'YYYY MM DD HH:mm:ss'
25033
+ dateInput: 'YYYY-MM-DD HH:mm:ss'
25034
25034
  },
25035
25035
  display: {
25036
- dateInput: 'YYYY MM DD HH:mm:ss',
25036
+ dateInput: 'YYYY-MM-DD HH:mm:ss',
25037
25037
  monthYearLabel: 'MMMM YYYY',
25038
25038
  dateA11yLabel: 'EEE/MMM/YYYY',
25039
25039
  monthYearA11yLabel: 'MMMM YYYY',