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? -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/trac-users/2d477b35-d671-4276-8507-ad85be991908n%40googlegroups.com.
