Hello!
Colleagues, please tell me how to change the date format in the calendar. I am confused by the American format in the calendar and the beginning of the week.
In the system settings, I have already indicated the date and time format I need. But for some reason it doesn't work in projects:
Hello @Nurbol,
Thank you for reaching out to Atlassian Community!
The issue that you are facing is related to bugs and also some features that were not implemented on the new issue view.
If you change to the old view (for classic projects only) you will be able to see the correct format of the date that you changed on the Jira settings.
Please, click on "Vote" for the features and "This affects my team" for the bugs and also watch to receive updates.
Regards,
Angélica
Hi @Nurbol
Please try to edit the Default user time zone to your local timezone
(Path for your reference: General configuration -> Internationalisation -> Default user time zone)
Thanks
Kinnera
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay, So please check the Advanced settings
Path : General Configuration -> Advanced Settings
Make the changes to jira.date.picker.java.format and jira.date.picker.javascript.format as follow:
jira.date.picker.java.format : MMM/dd/yy
jira.date.picker.javascript.format : %b/%e/%y
I hope this should work!!
Thanks
Kinnera
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay if the Default user time zone is already set to European time zone then please edit the below keys
jira.date.picker.java.format : dd/MMM/yy
jira.date.picker.javascript.format: %e/%b/%y
jira.date.time.picker.java.format: dd/MMM/yy H:mm
jira.date.time.picker.javascript.format: %e/%b/%y %H:%M
I hope this will answer your question. Thanks!!
Note:
For Date to be shown please choose Date picker field and for Date & time to shown please pick the Date-Time picker field
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.