day-schedule-selector icon indicating copy to clipboard operation
day-schedule-selector copied to clipboard

Is there any way to disable days or slots for selection

Open ezilocchi opened this issue 7 years ago • 0 comments

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.

ezilocchi avatar Mar 10 '17 23:03 ezilocchi