When using Jira, I often make use of date fields:
I mostly get helped by the date picker to fill that date field. But if the form expects one format and the datepicker fills with another format, you run into a bad format error.
There are two places where date format must be set in a coherent way:
- In "due date"
- In Version "start" and "release" date
- In many other fields
I mostly get helped by the date picker to fill that date field. But if the form expects one format and the datepicker fills with another format, you run into a bad format error.
There are two places where date format must be set in a coherent way:
- /secure/admin/AdvancedApplicationProperties.jspa:
- jira.date.picker.java.format : d/MM/yy
- jira.date.picker.javascript.format : %e/%b/%y
- /secure/admin/LookAndFeel!default.jspa:
- Day/Month/Year Format: d/MM/yy