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.
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!
精彩评论