Iam using html textbox and calling the datepicker for 20 textbox with single class and i paste the class
function for ur reference<br>
How to disable range of date and disable it <br>
For eg text box 1: 01/07/2014<br>
Textbox 2: 04/07/2014<br>
Textbox 3 should disable the dates 01/07/2014,02/07/2014,03/07/2014,04/07/2014 in all textother textboxes<br>
Again if the user selects the dates between textbox 3 and textbox4. It should diable all the dates from textbox1,textbox2,textbox3,textbox4 dates
<br>
Like that for all text boxes tired of finding the solution please help it guys thanks in advance<br>
$('.thing12DatePicker').datepicker(<br>
{<br>
beforeShowDay: $.datepicker.noWeekends,<br>
}<br>
<br>
});
Go to the complete details ...