The parsing of locale files is not the standard one.
The standard locale has this syntax:
"fullDate": "EEEE, d. MMMM y",
"longDate": "d. MMMM y",
"medium": "dd.MM.yyyy HH:mm:ss",
"mediumDate": "dd.MM.yyyy",
"mediumTime": "HH:mm:ss",
"short": "dd.MM.yy HH:mm",
"shortDate": "dd.MM.yy",
"shortTime": "HH:mm",
The datepicker right now use 'm' to month number, 'MM' for month short description, 'MMMM' for month long description.
This is not correct, because the standard has just 'MM' for short date and 'MMMM' for long date and ´m' is just for minutes.
Thanks
Alex
The parsing of locale files is not the standard one.
The standard locale has this syntax:
The datepicker right now use 'm' to month number, 'MM' for month short description, 'MMMM' for month long description.
This is not correct, because the standard has just 'MM' for short date and 'MMMM' for long date and ´m' is just for minutes.
Thanks
Alex