How can I edit DatePicker to start select dates after 3 days of actual date.
I tried :
$('#thedate').datepicker("setDate", "+3");
But I want to make disable today and the two days after today.
This is a fiddle of my Datepicker.
How can I edit DatePicker to start select dates after 3 days of actual date.
I tried :
$('#thedate').datepicker("setDate", "+3");
But I want to make disable today and the two days after today.
This is a fiddle of my Datepicker.