Multiple-Dates-Picker-for-jQuery-UI icon indicating copy to clipboard operation
Multiple-Dates-Picker-for-jQuery-UI copied to clipboard

Days Range + NoWeekends

Open geshtng opened this issue 7 years ago • 0 comments

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 : image

I mean, the result should be this: image

geshtng avatar May 15 '18 13:05 geshtng