I can't validate min time in html form (datetime-local)
Asked Answered
S

0

6

I try to validate min and max time in datetlime-local html form. min date and max date are works fine. but time is not working.

<input type="datetime-local" name="dateOfShedule" id="dateOfShedule" min='2022-11-01T05:26:00' max='2022-11-30T05:26:00'/>

enter image description here

Schug answered 7/11, 2022 at 10:14 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.