$format = \'d M Y A h:i\'; $date = DateTime::createFromFormat($format, \'11 Mar 2013 PM 3:34\');
Returns false. getLastErrors returs:
I would append the AM/PM after the time. See http://php.net/manual/en/datetime.formats.time.php for accepted time formats.