Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am trying to use jquery datepicker that supports multiple month. I found this link http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerMultiMonthPopup.html. There is a small problem in it. It display December 2999 as default date. Can anyone please suggest how can I correct it to current date. Your help will be appreciated.

Thank you.

share|improve this question
3  
before anything else, don't you like jQuery UI datepicker ? – Reigel Aug 18 '10 at 7:23
It looks like a bug with the date picker (too much recursion) - I'll take a look into it and see why it broke and will let you know when a fix is available... – vitch Aug 18 '10 at 8:08

1 Answer

I have just committed a fix for this problem to the date picker's SVN repo:

http://code.google.com/p/jquery-datepicker/source/detail?r=101

Please try the example again on my site (making sure to clear your cache and get the latest version of jquery.datePickerMultiMonth.js ):

http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerMultiMonthPopup.html

Hope it helps!

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.