#4480 closed bug (fixed)
Date format and first day for regional default values in "ui.datepicker-ca.js"
Reported by: | sithram | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8 |
Component: | ui.datepicker | Version: | 1.7.1 |
Keywords: | regional | Cc: | sithram |
Blocked by: | Blocking: |
Description
The actual values of dateFormat and firstDay in $.datepicker.regional for catalan are:
dateFormat: 'mm/dd/yy', firstDay: 0
The correct values are:
dateFormat: 'dd/mm/yy', firstDay: 1
Change History (2)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 12 years ago by
Milestone: | TBD → 1.8 |
---|
Note: See
TracTickets for help on using
tickets.
Fixed in r2499.