The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Formatting Date time picker not working

Nannette Mori
Contributor
February 22, 2021

Jira8.13 data center

 

I am trying to format my dates for my custom date fields to

mm/dd/yyyy am/pm

04/29/2021 12:00am

the format I am entering is for the jira.date.time.picker.java.format

MM/dd/yyyy hh:mm a

the format I am entering is for the jira.date.time.picker.javascript.format

%m/%d/%y %I:%M %p

 

I am getting an error:  Invalid date format. please enter the date in the format MM/dd/yyy hh:mm a

 

What am I doing wrong here?

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
skavatekar
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 18, 2021

Default for jira.date.time.picker.java.format is dd/MMM/yy h:mm a. Make sure you follow or match the format.