array strptime ( string $date , string $format )
strptime() returns an array with the date parsed, or FALSE on error. Month and weekday names and other language dependent strings respect the current locale set with setlocale() (LC_TIME).
Returns an array or FALSE on failure.