You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, is it possible to block the weekend (Saturday and Sunday), with the "selectable" function? Would it be possible to block in number and not in text? (monday = 1, sunday = 7 ...)
Would it also be possible to block hours? for example from 00:00 to 09:00 and from 18:00 to 00:00 (18:00 - 09:00)
Thank you
The text was updated successfully, but these errors were encountered:
In the complete script, I found the function of the hours, the only thing I have done is to define the minimum time (default 0, with the maximum time 23)
// Day View hoursFormat: 'HH:[00]', hoursStart: 9, hoursEnd: 18,
Now I just need, disable the 14 that is the lunch break.
Hello, is it possible to block the weekend (Saturday and Sunday), with the "selectable" function? Would it be possible to block in number and not in text? (monday = 1, sunday = 7 ...)
Would it also be possible to block hours? for example from 00:00 to 09:00 and from 18:00 to 00:00 (18:00 - 09:00)
Thank you
The text was updated successfully, but these errors were encountered: