I have to build an HTML Form with an Input text field for Hours and Minutes.
Something like:
Name : [Foo]
Surname : [Bar]
Task : [Spam]
Hours Minutes : [00:15] <-- Input text.
How can I help/validate/force user to compile Hours and Minutes values in the only allowed HH:mm format using Javascript? *
Valid time range: from 00:00 to 23:59
* I can't use Jquery and of course I will double check the submitted value server side