#5522 closed bug (fixed)
Wrong date format for polish regional
Reported by: | fizyk | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.2 |
Component: | ui.datepicker | Version: | 1.8 |
Keywords: | datepicker format i18n poland polish | Cc: | |
Blocked by: | Blocking: |
Description
Date format for polish regional for datepicker is set currently as 'yy-mm-dd', which is ISO 8601 format, but in Poland the usual date representation is 'dd-mm-yy'. Current used dateformat creates conflicts with i18n aware frameworks, and applications, that use the usual Polish date format representation:
Fixed file will be attached
Attachments (1)
Change History (6)
Changed 12 years ago by
Attachment: | jquery.ui.datepicker-pl.js added |
---|
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
See http://en.wikipedia.org/wiki/Date_and_time_notation_by_country#Poland " Poland adopted the ISO 8601 standard for date format in official, especially electronic, communication in 2002. For everyday usage and for less official papers, however, the traditional formats d.m.[yy]yy or dd.mm.[yy]yy (i.e., 7.8.2008, 07.08.2008, 07.08.08) are very common in Poland because of speaking order: "day month year". "
comment:3 Changed 12 years ago by
Resolution: | invalid |
---|---|
Status: | closed → reopened |
Ok, link in original description leads to http://en.wikipedia.org/wiki/Calendar_date#cite_note-98 which seems the best reference so far. Reopening.
comment:4 Changed 12 years ago by
Keywords: | poland polish added |
---|---|
Milestone: | TBD → 1.9 |
Resolution: | → fixed |
Status: | reopened → closed |
Fixed in 5fd1580
comment:5 Changed 12 years ago by
Milestone: | 1.9 → 1.8.2 |
---|
fixed date format for polish i18n regionalisation