Opened 14 years ago

Closed 14 years ago

Last modified 12 years ago

#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 kbwood

Resolution: fixed
Status: newclosed

Fixed in r2499.

comment:4 Changed 12 years ago by Scott González

Milestone: TBD1.8
Note: See TracTickets for help on using tickets.