-
Bug
-
Resolution: Unresolved
-
Medium
-
None
-
9.6.0, 9.5.1, 9.4.9, 9.10.1, 9.9.3, 9.8.3, 9.7.3
-
9.04
-
6
-
Severity 2 - Major
-
2
-
Issue Summary
When language is Korean/Japanese/Chinese, Date Time Picker is still filling 'AM'/'PM' in the field, which users have to manually change to successfully submit the field.
This is reproducible on Data Center: yes
Steps to Reproduce
- Create an issue with a Date Time Picker field
- Change the language in user profile to Korean
- Edit the issue to select a date time and save
Expected Results
- The issue can be directly saved
- The Date Time Picker should not use 'AM'/'PM'
Actual Results
- Error appears when saving: Invalid date format. Please enter the date in the format "dd/MMM/yy h:mm a"
- Users have to manually change 'PM' to '오후' for the issue to be saved:
Language summary
The same behaviour can be observed in Japanase and Chinese. Users have to manually change 'AM'/'PM' to corresponding words in order to use Date Time Picker:
Language | 'AM' | 'PM' |
---|---|---|
Korean | 오전 | 오후 |
Japanese | 午前 | 午後 |
Chinese | 上午 | 下午 |
Workaround
- Go to Administration > System > Advanced Settings
- Change the following parameters to use 24-hour time:
jira.date.time.picker.java.format = dd/MMM/yy HH:mm
jira.date.time.picker.javascript.format = %e/%b/%y %H:%M