Possible Duplicate:
Convert this string to datetime
I have to convert my string value into datetime.Is there any php function which can convert varchar value into datatime.my value are coming like this:
$a= "2013-Jan-12-(Sat) 03:30 PM";
and i want to convert it simple datetime. Like: 2013-1-12 15:30:45