Possible Duplicate:
JQuery Datepicker – no default date
When no default date is given to datepicker, when opened, it highlights today as if it was selected. Is it possible to open datepicker without any date preselected?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t remove the
defaultDateselected, as it will always select something (if you leave it null, it will select today). However, functionality wise, it doesn’t really make a difference, so one way to go around it is to just remove the selection classes from the date like this:example: http://jsfiddle.net/niklasvh/zhVgm/