Answer the question
In order to leave comments, you need to log in
How to make available/unavailable dates in html date type field?
There is a list of dates of the form:
12/01/14
12/04/14
12/08/14
12/12/14
12/16/14 12/20/14
And
there is an input date field - in which the calendar. I need to make sure that the user can select a specific date from a predefined list of dates through the calendar.
I would be very grateful if someone could point me to a possible solution.
Answer the question
In order to leave comments, you need to log in
<input type="date" min = "2014-12-01" max = "2014-12-20" step = "4"/>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question