Hi,
I am trying to validated entered time in HH:MM:SS [24 hour formatting]
if(!preg_match("/^(\d\d)\d\d)
\d\d)$/",$this->post['start_time']))
it goes correct with some validation but it fails for "00:00:00a " as I already specified here as 2 digit but still something is wrong in above regex.
Kindly let me know where am i wrong?



\d\d)


Bookmarks