Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#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 Changed 9 years ago by tj.vantoll

Status: newopen
Summary: Date format for some locales is not correctDatepicker: Incorrect date format for Ukrainian locale

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.

comment:2 Changed 9 years ago by Scott González

Resolution: fixed
Status: openclosed

Datepicker: Fix date format for Ukranian locale

Fixes #9939

Changeset: f3ffc8c9a94da8abe97a32d164f821ad8a9a8b60

comment:3 Changed 9 years ago by Scott González

Milestone: none1.11.0

comment:4 in reply to:  1 ; Changed 9 years ago by 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?

comment:5 in reply to:  4 Changed 9 years ago by Scott González

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

Note: See TracTickets for help on using tickets.