Documentation for JIRA 4.2. Documentation for other versions of JIRA is available too.

These time and date formats are used throughout JIRA. To specify them, use the format described at http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html.

When you are not in edit mode, the examples in the rightmost column show you how the various formats will appear.

To set the date picker format, see 'Advanced JIRA configuration with jira-application.properties'. Here are some example configurations for U.S time:

Preferred Date

Configuration in jira-application.properties

Oct/1/10

jira.date.picker.java.format = MMM/d/yy
jira.date.picker.javascript.format = %b/%e/%y

10/05/10

jira.date.picker.java.format = MM/dd/yy
jira.date.picker.javascript.format = %m/%d/%y

Jan 5, 2010

jira.date.picker.java.format = MMM dd, yyyy
jira.date.picker.javascript.format = %b %d, %Y

10/05/2010

jira.date.picker.java.format = MM/dd/yyyy
jira.date.picker.javascript.format = %m/%d/%Y

  • No labels