Hi
Cant start the sprint as date format error is indicated
Default date is assigned for start the sprint "5/Nov/2021 16:00 PM" and end date "19-11-21 16:00"
When I press start following warning is indicated
"'5/Nov/2021 16:00 PM' is not a valid date. Please enter the date in the following format: dd-MM-yy HH:mm"
I have changed the formats under:
And also system settings general configuration -> advance settings
Your 5th November date has an extraneous PM at the end - you don't need PM when you're using a 24 hour clock.
Hei,
Problem is that I have not written them, the format is given by the Jira - Two different formats - one for start and other for end date
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmm, that's odd.
Could you, as an admin, go to Admin -> System -> General configuration -> Advanced settings (the last one is a button towards the top right of the screen, not in the menu) and check the patterns for dates and date/times all match up consistently.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
jira.date.picker.java.format - dd-MM-yy
jira.date.picker.javascript.format - %e-%m-%Y
jira.date.time.picker.java.format - dd-MM-yy HH:mm
jira.date.time.picker.javascript.format - %e/%b/%Y %H:%M %p
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.
On the date/time settings, the java format is different to the javascript - you should make them consistent - either 24 hour as the java format is, or 12 hour with the am/pm as the javascript is set to.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, Can you give me the right code - not familiar with javascript
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.