Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Jira Date picker start at 2003/03/11 00:00

JoséF December 1, 2015

I instanciate my calendar like this,:

Calendar.setup({
firstDay : 1,
inputField : 'start-date-picker',
button : 'start-date-picker-from-trigger',
singleClick : true,
showsTime : false,
useISO8601WeekNumbers : false,
ifFormat : '%Y/%m/%d 00:00',
currentMillis: new Date().getTime()
});

But when i click on the button It auto select the date of: 2003/03/11 00:00

 

What I'm doing wrong?  

 

Best regards, 

Pedro Felgueiras 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Volodymyr Krupach
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 1, 2015

Try brackets around new Date():

(new Date()).getTime()
TAGS
AUG Leaders

Atlassian Community Events