Date Time Picker has incorrect formatting fro Japanese

XMLWordPrintable

    • 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:

      1. Goto WEB-INF/classes/jira-application.properties
      2. 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
        
      3. Restart Jira

              Assignee:
              Unassigned
              Reporter:
              BrianH
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: