Microsoft
Software
Hardware
Network
Question : Regular expression to validate time
Hi,
I wanted to validate time by regular expression in hh:mm:ss format
for example 16:12:18 is valid time
The below reqular expression is not working good
^([0]\d|[1][0-2])\/([0-2]\
d|[3][0-1]
)\/([2][01
]|[1][6-9]
)\d{2}(\s(
[0]\d|[1][
0-2])(\:[0
-5]\d){1,2
})*\s*([aA
pP][mM]{0,
2})?$
Can you please help me in fixing the regular expression
User has to enter time in hh:mm:ss format only
Many Thanks
Answer : Regular expression to validate time
^(2[0-3]:[0-5]\d:[0-5]\d|[
0-1]\d:[0-
5]\d:[0-5]
\d$
Posted via EE Mobile
Random Solutions
C# asp.net - Set object visibility based on browser type
How to configure VRRP
Hyperion EssBase video tutorials
isa 2004 and iis7
Best LAN Network Switch Design?
Asterisk - How to detect / trigger using Asterisk Manager API
How to determine coaxial cable
How can I convert a custom control that calls User32 and Shell32 to work on Mono?
code for an application which can read a portion of the screen and writes it on another portion of the screen.
how can i upload 900 mb file to internet ,is there any website to free upload ?