Multiple-Dates-Picker-for-jQuery-UI
Multiple-Dates-Picker-for-jQuery-UI copied to clipboard
Days Range + NoWeekends
I have an issue that if I mix the autoSelectRange (Days Range) with NoWeekends. The Weekends still taken.
Here is the JS
$('#mdp-demo').multiDatesPicker({
numberOfMonths: [1,2],
mode: 'daysRange',
autoselectRange: [0,30],
beforeShowDay: $.datepicker.noWeekends
});
If I select the 1st date.
Here is the result :

I mean, the result should be this:
