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

Disabled Days and daysRange Mode

Open luisAreand opened this issue 13 years ago • 2 comments

i have a question about this two, how can i jump the disabled days when the datepicker is in daysRange mode?

luisAreand avatar Dec 08 '12 20:12 luisAreand

Like this:

var date = new Date();
    $('#form').multiDatesPicker({
        pickableRange: 7,
        adjustRangeToDisabled: true,
        addDisabledDates: [date.setDate(10), date.setDate(15)]
    });

ghost avatar Apr 12 '13 23:04 ghost

How to skip the weekends for all future dates in the above case ?

sankalptambe avatar Aug 26 '16 13:08 sankalptambe