posabsolute / jQuery-Validation-Engine

jQuery form validation plugin
http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/
2.57k stars 1.2k forks source link

How to validate hours HH or HH.MM #950

Open weedkiller opened 7 years ago

weedkiller commented 7 years ago

Hello, nice plugin 👍

Any help on how to handle hours validation, some people enter : while other countries put .

thanks

bartclaeys commented 6 years ago

Have you attempted? Check the doc, paragraph "Adding regular expressions".

weedkiller commented 6 years ago

Hi I was looking for a standard regex, since its such a common thing to enter time for many applications.

Any chance you help.