Avatar

Level 4

Radzmar,

My time field allows input of even hours (i.e., 12:00) but does not accept 12:30 or 12:15. What am I missing? It works if I add format of time{KK:MM:SS}, but I don't want seconds.

Your suggestion (" Just use time{KK:MM} for the validation pattern.") to do validation through the validation pattern does not work for me, as it can be ignored by the end user and client is allowed to put anything. I have to make sure they enter it in format 12:30 or 23:15 and any other invalid input is cleared.

Thank you!