Opened 12 years ago
Closed 10 years ago
#6233 closed feature (invalid)
DatePicker: i18n file for Ireland
Reported by: | olliehaughey | Owned by: | olliehaughey |
---|---|---|---|
Priority: | minor | Milestone: | 1.11.0 |
Component: | ui.datepicker | Version: | 1.8.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The date format displayed by the datepicker for Ireland is wrong. The default settings (US) are used. This gives the wrong date format (mm/dd/yyyy) for users whose language is set to "English (Ireland) [en-IE]" The date format should be the same as the UK (dd/mm/yyyy).
Copy the file "jquery.ui.datepicker-en-GB.js" and rename the copy to "jquery.ui.datepicker-en-IE.js". Edit the new file and replace all "en-GB" with "en-IE"
Alternatively, as all English speaking countries, except the USA, use dd/mm/yyyy you could replace the defaults with the contents of “jquery.ui.datepicker-en-GB.js” and add a file called “jquery.ui.datepicker-en-US.js” for users in the US. See http://en.wikipedia.org/wiki/Date_formats#List_of_the_world_locations_by_date_format_in_use
Thanks to everyone for a great set of tools.
Change History (5)
comment:1 Changed 12 years ago by
Component: | ui.core → ui.datepicker |
---|---|
Milestone: | TBD → 1.9 |
Summary: | DatePicker i18n file for Ireland missing → DatePicker i18n file for Ireland |
Type: | bug → feature |
comment:2 Changed 10 years ago by
Milestone: | 1.9.0 → 1.11.0 |
---|
comment:3 Changed 10 years ago by
Status: | new → open |
---|---|
Summary: | DatePicker i18n file for Ireland → DatePicker: i18n file for Ireland |
comment:4 Changed 10 years ago by
Owner: | set to olliehaughey |
---|---|
Status: | open → pending |
comment:5 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Feel free to send a pull request if you're still interested in this.