RegExLib.com - The first Regular Expression Library on the Web!

Please support RegExLib Sponsors

Sponsors

Expressions by User

   Displaying page 1 of 1 pages; Items 1 to 2
Title Test Details Time Validator
Expression
^(([0]?[1-9]|[1-2][0-3])(:)([0-5][0-9]))$
Description
This validator check for the Time from 00:00 to 23:59
Matches
00:00 - 23:59
Non-Matches
24:00 or 14:60
Author Rating: Not yet rated. Venkatesh Ellur
Title Test Details Time Validator in hours format from 00:00 to 23:59
Expression
^(([0-1]?[1-9]|2[0-3])(:)([0-5][0-9]))$
Description
This format accepts only the values between 00:00 to 23:59
Matches
00:00 14:59 13:59
Non-Matches
00:60 24:00 24:60
Author Rating: Not yet rated. Venkatesh Ellur
   Displaying page 1 of 1 pages; Items 1 to 2

Copyright © 2001-2025, RegexAdvice.com | ASP.NET Tutorials