Hello everybody,
I am trying to build a regular expression to validate time data in 24-
hour format (without AM/PM).
It should be able to validate time strings like - 08:59, 00:30, 23:00
etc. But should invalidate 24:00, 25:87 etc...
Can anybody please help me.
Regards,
Kaushik.