strptime

Example

 array strptime ( string $date , string $format ) 

Description

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).

Return Values

Returns an array or FALSE on failure.