I am using datetime-local input field to give the user the posibility to pick a date and time for his appointment....I need to restrict date to start only from today date and from 8:00 to 16:00 everyday...In addition to showing only some of the remaining dates for booking.
in other words:
How to do that using datetime-local picker or any other datetime picker?
<input id="party" type="datetime-local" name="partydate" value="2017-06-01T08:30">