-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Masking hour and prevent incorrect hours #778
Comments
I'm currently having the same problem, if u find an answer please let me know in the comment. |
Hi,
Hope this help! |
Hi! I think, the best solution will be callback and filter incorrect values on it |
So the best solution right now is this I guess:
You can omit 9 and replace with 0, but this is more readable, at least for me. |
Hello guys, i have m little funcion to mask a input from time, the owner just ask for not use htm l input type='time', that why I'm using input text.
How I can prevent incorrect hour like 25:55 or 19:99
here jfddelr: http://jsfiddle.net/2oxak786/
THanks
The text was updated successfully, but these errors were encountered: