I am trying to check if it’s possible to make certain dates unavailable for the user in the same style that the user can not click on dates before min_date_allowed and not on dates after max_date_allowed, but I can not find it anywhere.
So for example if I wish to make weekend dates unavailable for the user to select. In my case I have a dataframe with specific dates that are not available.
Thanks for your help.