#9939 closed bug (fixed)
Datepicker: Incorrect date format for Ukrainian locale
Reported by: | alexandis | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.11.0 |
Component: | ui.datepicker | Version: | 1.10.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
For Ukraine, correct date format is dd.mm.yyyy (for instance, 27.03.2014).
Instead of this, datepicker locale file contains the following: dd/mm/yy
Related asking: please, make date formatting templates (mm dd yyyy, so on) COMPATIBLE with .NET and other server platform! Now I cannot get the same date representation in server controls + Windows VS jQuery controls, for instance, datePicker. For instance, in jQuery yy stands for yyyy actually and many other quirks.
Change History (5)
comment:1 follow-up: 4 Changed 9 years ago by
Status: | new → open |
---|---|
Summary: | Date format for some locales is not correct → Datepicker: Incorrect date format for Ukrainian locale |
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Datepicker: Fix date format for Ukranian locale
Fixes #9939
Changeset: f3ffc8c9a94da8abe97a32d164f821ad8a9a8b60
comment:3 Changed 9 years ago by
Milestone: | none → 1.11.0 |
---|
comment:4 follow-up: 5 Changed 9 years ago by
Replying to tj.vantoll:
We are switching to use Globalize which is driven by Unicode CLDR data. For now, feel free to send a pull request to update the current Ukrainian locale.
Very good. When this change may be expected?
comment:5 Changed 9 years ago by
Replying to alexandis:
Replying to tj.vantoll:
We are switching to use Globalize which is driven by Unicode CLDR data. For now, feel free to send a pull request to update the current Ukrainian locale.
Very good. When this change may be expected?
Several months. See http://wiki.jqueryui.com/Roadmap
We are switching to use Globalize which is driven by Unicode CLDR data. For now, feel free to send a pull request to update the current Ukrainian locale.