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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, how can i restrict double time range selection.
If i have array like this
[ { "start": "08:00:00", "end": "10:00:00" }, { "start": "12:00:00", "end": "14:00:00" }, { "start": "14:00:00", "end": "15:30:00" }, { "start": "15:30:00", "end": "16:00:00" } ]
In this array is missing 10:00 -> 12:00 so only can start from 10:00 and end it at 12:00, every other hour and minute should be disabled.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions