Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Incorrect display of dates in the tasks.

Helen Porter
Contributor
December 6, 2019

Hello!

We noticed that users incorrectly entered a date in a field of type Date Picker.
The year "2017" is displayed as "0017".

image.png
Subsequently, the date was corrected to the correct one.
We have set up reports that reflect these changes. Due to incorrect data in the form of "0017" reports are broken.
Why can there be such a problem with the display of the year?
Any ideas how to solve the problem? Is it possible to make a limit on the entered date?

1 answer

0 votes
Payne
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.
December 6, 2019

Jira unfortunately interprets a 2-digit year (when expecting 4 digits) literally, meaning if a user enter "19", Jira assumes they mean "0019".

We encountered these occasionally and resolved them with user education, telling folks to either use the calendar popup, or if they typed the date, to use 4 digits. We had a filter set up to watch certain fields (e.g. due < 2000-01-01) that the admins subscribed to, and when one appeared we'd contact the user to correct and educate.

What we've since done, though, is change our date format to use 2-digit years (i.e. went from mm/dd/yyyy to mm/dd/yy) so that now when a user keys a 2-digit year, it is intelligently assigned a century.

-Payne

Helen Porter
Contributor
December 9, 2019

How did you change the date format?

Payne
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.
December 9, 2019

As as admin, click the cog in the upper right and choose System, then click the Advanced Settings button. There are 4 attributes to be changed.

jira.jpg

Suggest an answer

Log in or Sign up to answer