day-schedule-selector
day-schedule-selector copied to clipboard
Is there any way to disable days or slots for selection
Is there any way where I can define days that shouldn't be selectable. Probably something like this:
$("#day-schedule").dayScheduleSelector({
disableDays: [0, 6]
});
The idea is to disable those days form selection, the user shouldn't be able to define a period of time on those days.