views:

40

answers:

1

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.

A: 

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!

vitch