Search and Top Navigation
#4480 closed bug (fixed)
Opened April 17, 2009 09:08AM UTC
Closed April 26, 2009 07:02AM UTC
Last modified May 03, 2011 01:25PM UTC
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
Fixed in r2499.