How can I restrict input type Time to only 9am to 5pm? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I restrict input type Time to only 9am to 5pm?

I searched for a solution but I couldn't find anything. Thank you for helping.

11th Jun 2020, 3:16 PM
Fábio Gonçalves
Fábio Gonçalves - avatar
2 Answers
11th Jun 2020, 3:20 PM
🇮🇳Omkar🕉
🇮🇳Omkar🕉 - avatar
+ 3
inputElement.onchange = function(){ .... } https://code.sololearn.com/Whx56y82JuTr/?ref=app
11th Jun 2020, 3:17 PM
Gordon
Gordon - avatar