-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Medium
-
None
-
Affects Version/s: None
-
Component/s: Issue - Fields
-
Severity 2 - Major
-
NOTE: This bug report is for JIRA Server. Using JIRA Cloud? 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
- relates to
-
JRACLOUD-9557 Date Time Picker has incorrect formatting fro Japanese
-
- Closed
-
-
JRASERVER-15173 Most of the calendar translations do not have AM / PM symbols translated and most likely cause errors when entering date / time using pop-up calendar (date picker)
-
- Closed
-