-
Type:
Bug
-
Resolution: Obsolete
-
Priority:
Medium
-
Component/s: Work Item - View (Internal developer use only)
-
Severity 2 - Major
NOTE: This bug report is for JIRA Cloud. Using JIRA Server? See the corresponding bug report.
For the datetime picker, Jira does not format the am and pm.
This means that in a language like Japanese the date time picker does not work.
For example Jira willl produce
30/3月/06 12:39 PM when it needs 30/3月/06 12:39 午前
A quick workaround here is to use 24-hour time. To do this:
- Goto WEB-INF/classes/jira-application.properties
- Edit the date picker format lines to look like below:
jira.date.time.picker.java.format = dd/MMM/yy HH:mm jira.date.time.picker.javascript.format = %e/%b/%y %H:%M
- Restart Jira
- is related to
-
JRASERVER-9557 Date Time Picker has incorrect formatting fro Japanese
-
- Closed
-