Skip to content

Locale format Parsing #4

Description

@alexkids24

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions