How can I restrict input type Time to only 9am to 5pm? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponses
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