Dates display out of whack

Jim Randell
Contributor
May 7, 2012

I want to thank everyone who has contributed and helped me along with my instance!

I just noticed this bit of weirdness:

Dates are showing up throughout the interface with whack formatting.

Examples:

Open Unresolved 29/22/2012 26/06/2012
Open Unresolved 33/22/2012 26/06/2012
Open Unresolved 37/22/2012 26/06/2012
Open Unresolved 41/22/2012 26/06/2012
Open Unresolved 05/22/2012 26/06/2012
Open Unresolved 12/22/2012 26/06/2012
Open Unresolved 14/22/2012 26/06/2012

This might be based on changes I made some time back the set the date/time formatting located at: ministration>System>User Interface>Look and Feel

Time Format

hh:mm a

12:20 PM

Day Format

EEEE

Monday

Complete Date/Time Format

mm/dd/yyyy hh:mm a

20/07/2012 12:20 PM

Day/Month/Year Format

mm/dd/yyyy

20/07/2012

Use ISO8601 standard in Date Picker

OFF


I don't believe I changed any of the following settings, so I am not sure if these are the defaults, but if it sheds any light...


jira.date.picker.java.format
d/MMM/yy

jira.date.picker.javascript.format
%e/%b/%y

jira.date.time.picker.java.format
dd/MMM/yy h:mm a

jira.date.time.picker.javascript.format
%e/%b/%y %I:%M %p





1 answer

1 accepted

0 votes
Answer accepted
JamieA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 7, 2012

mm/dd/yyyy

Lower-case m is minute in hour, you want MM, not mm.

Jim Randell
Contributor
May 7, 2012

Thank you Jamie!!!

There are no shortage of heros romming aorund this site!

Suggest an answer

Log in or Sign up to answer