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
currently, we can set blockBefore or blockAfter to block future or past. but i cannot find a way to customize blocked dates
example: block dates before next week. or block dates after yesterday.
if its possible we can add blockedDates={[ [Date(2022,11,11), Date(2022,11,15) ], ...]} to allow app to block certain dates.
or even simple blockBefore={Date(2022,11,11)} to block all slots before dec. 11th for example.
Thanks a lot. if you need a hand i can surely help.
The text was updated successfully, but these errors were encountered:
currently, we can set blockBefore or blockAfter to block future or past. but i cannot find a way to customize blocked dates
example: block dates before next week. or block dates after yesterday.
if its possible we can add
blockedDates={[ [Date(2022,11,11), Date(2022,11,15) ], ...]}
to allow app to block certain dates.or even simple
blockBefore={Date(2022,11,11)}
to block all slots before dec. 11th for example.Thanks a lot. if you need a hand i can surely help.
The text was updated successfully, but these errors were encountered: