I am using jsdatepicker to display calendar.
http://javascriptcalendar.org/javascript-date-picker.php
function initialize()
{
new JsDatePick({
useMode:2,
limitToToday :false,
target:"deadlinedate",
dateFormat:"%d-%m-%Y"
});
}
Is there any way to disable all dates before current date.
Any help would be appreciated.
Thanks
EDIT:
Read it wrong, you have to set the minimum date for that in your option: