How to change the Date Time Range Picker format to 24h format

Usage FAQ

On this page

Still need help?

The Atlassian Community is here for you.

Ask the community

You need to make some Advanced JIRA configuration in the jira-config.properties or jira-application.properties file as following content:

Preferred DateConfiguration for Date Picker
01/Dec/12 17:04
jira.date.picker.javascript.format=%e/%b/%y
jira.date.time.picker.javascript.format=%e/%b/%y %H:%M
jira.date.time.picker.java.format=dd/MMM/yy H:mm
jira.date.picker.java.format=dd/MMM/yy
1.10.12 17:04
jira.date.picker.javascript.format=%d.%m.%y
jira.date.time.picker.javascript.format=%d.%m.%y %H:%M
jira.date.time.picker.java.format=d.MM.yy H:mm
jira.date.picker.java.format=d.MM.yy

You can refer to the date picker format for different types of date and time formating.

Note

  • If you're using JIRA version prior to 4.4, you would need to make the changes in $jira-install/atlassian-jira/WEB-INF/classes/jira-application.properties'
  • If you're using JIRA version 4.4 and above, you just need to copy above code and create a .properites file named jira-config.properties and save it in the root directory of JIRA Home Directory. After that, restart your JIRA to reflect the changes. Otherwise, you can perform the similar settings under General Configuration without restart.
Last modified on Nov 8, 2012

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.