Changing the Date Time Range Picker format to 24h format

Still need help?

The Atlassian Community is here for you.

Ask the community

Workaround

The following Jira application properties need to be set:

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 formatting.

(info) Note

  • If you're using a Jira version prior to 4.4, you would need to make the above changes in $jira-install/atlassian-jira/WEB-INF/classes/jira-application.properties and then restart Jira.
  • If you're using Jira version 4.4 and above, you can make the same settings changes under Administration > System > General Configuration > Advanced Settings without restarting.


Last modified on Mar 21, 2024

Was this helpful?

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