PHP 5.3 and up
Use DateTime::createFromFormat. It allows you to specify an exact mask - using the date() syntax - to parse incoming string dates with.
DateTime::createFromFormat
date()