0
I am making a scheduling form. The company is not 24 hours and does not work every day of the week. In this case I need to narrow the options according to the company calendar.
I thought to validate with js, but this will be anti functional, a did that I will allow the selection of the date and only then inform that it is not possible.
I needed some kind of code that displayed only the days available. Examples:
<input type="date">
:displays dates from Monday to Friday
<input type="time">
:displays hours from 8h to 18
Man, this is exactly what I needed. Thanks for the help!
– Mr Genesis