Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip

If your JIRA time & date settings are correct (i.e. time & date is displayed the way you want all over JIRA), there is nothing you need to do.

Table of Contents

 


...

Time & Date Settings

Regarding JIRA time & date configuration, please refer to https://confluence.atlassian.com/display/JIRA/__date+and+time+formats (good examples also under https://confluence.atlassian.com/display/JIRA/Changing+the+Due+Date+Input+Format).

...

Time FormatJIRA ConfigurationRemarks
clock icons (all log work / edit /resume work log screens)Date/Time Formats: Time Format 
from-to time on view issue screen, timesheet and reporting detailsDate/Time Formats: Time Format

 


all dates displayed on all other screensDate/Time Formats: Day/Month/Year Format 


Info

Configuration is in Java SimpleDateFormat. See http://docs.oracle.com/javase/6/docs/api/index.html?java/text/SimpleDateFormat.html. Also see https://confluence.atlassian.com/display/JIRA/__date+and+time+formats for some examples

...

Date FormatJIRA ConfigurationRemarks
Date picker (all log work / edit work log screens, Reporting search mask, My Timesheet search mask); pre-populated date range in My Timesheet, date format for search in My Timesheet and Reporting

jira.date.time.picker.javascript.format

jira.date.picker.javascript.format

jira.date.time.picker.java.format

jira.date.picker.java.format

Note

It is essential that these four definitions match exactly! If they don't match, limiting your search to a date range in ictime might not work correctly.

 




Info

Configuration is in JavaScript format and in Java SimpleDateFormat (for Java, see http://docs.oracle.com/javase/6/docs/api/index.html?java/text/SimpleDateFormat.html.). Also see https://confluence.atlassian.com/display/JIRA/__date+and+time+formats for some examples. For JavaScript, also refer to table below.

...

PlaceholderDescriptionRemarks
%areplaced by the locale's abbreviated weekday name 
%Areplaced by the locale's full weekday name 
%breplaced by the locale's abbreviated month name 
%Breplaced by the locale's month name 
%dreplaced by the day of the month as a decimal number [01..31] 
%ereplaced by the day of the month as a decimal number [1..31], leading space pad 
%Fequivalent to %Y-%m-%d (ISO-8601 date format) 
%Hreplaced by the hour (24-h clock) as a decimal number [00...23] 
%Ireplaced by the hour (12-h clock) as a decimal number [01..12] 
%kreplaced by the hour (24-h clock) as a decimal number [0..23] 
%lreplaced by the hour (12-h clock) as a decimal number [1..12] 
%mreplaced by the month as a decimal number [01..12] 
%Mreplaced by the minute as a decimal number [00..59] 
%preplaced by the locale's equivalent of either a.m. or p.m. 
%Psame as %p but forced lower case 
%Requivalent to %H:%M 
%Sreplaced by the second as a decimal number [00..59] 
%Tequivalent to %H:%M:%S 
%wreplaced by the weekday as a decimal number [0..6] 
%yreplaced by the last two digits of the year as a decimal number [00..99] 
%Yreplaced by the year as a decimal number (e.g. 2009) 


Example Setup for 24 hour clock and German Date formatting

Image Added


Image Added  


Timezone Handling

Please refer to this separate chapter: Timezone Issues