I was running Trac 1.2 with a custom field "due_date" and the DateField plugin.
The definitions in trac.ini are:
[ticket-custom]
due_date = time
due_date.date = true
due_date.date_empty = true
due_date.format = date
due_date.label = Termín dokončení
due_date.order = 0
due_date.value = DD-MM-YYYY
[datefield]
first_day = 1
format = dmy
separator = .
This worked ok in ticket editing with correct setting in our date format as 29.10.1999.
After upgrade to Trac 1.6, the custom field works ok, but the calendar widget trac-datepicker does not follow the datefield settings and works with dates in the format of 10/29/1999, week start on Sunday.
How can I change the trac calendar widget format to the original datefield settings?