Title |
Test
Find
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
|
Source |
|
Your Rating |
|
Title: Does not allow 00:00
Name: CD
Date: 10/8/2010 5:18:08 AM
Comment:
^(([0-1]?[0-9]|2[0-3])(:)([0-5][0-9]))$
The above will allow 00:00