I'm creating website with form that user can choose date for doctor's appointment and some of dates should be disabled (fo example doctor has another appoitment). Dates will be in database with datetime-local format and i want to select them and disable.
I found only min and max attribute but i can't multiple it, step attribute is not resolving my problem.
I can select these dates but i need to remove them from calendar or make them unchoosable.