Twipped / Kalendae

A javascript date picker that just works.
MIT License
1.99k stars 285 forks source link

Unable to set January as viewStartDate? #78

Open timeinfeldt opened 11 years ago

timeinfeldt commented 11 years ago

Hello,

I can't seem to set January as the viewStartDate.

When I initialize Kalendae with viewStartDate:[2013,1] the calendar starts correctly at February 2013.

When I initialize Kalendae with viewStartDate:[2013,0] the calendar starts incorrectly at July 2012.

Any ideas?

tagliala commented 11 years ago

Seems fixed now, can you check please?

PS: you can also use 2013-01-01

tagliala commented 11 years ago

I'm closing this one, please comment if it isn't

timeinfeldt commented 10 years ago

sorry for the late reply,

the issue still exists.

broken example: http://jsfiddle.net/timme/uTV7Q/

correct example: http://jsfiddle.net/timme/vPFTh/

tagliala commented 10 years ago

confirmed

NickHatBoecker commented 7 years ago

How about this? Having the same problem.