strptime()
strptime - Parse a time/date generated withstrftime()
Syntax
array strptime (string $date, string $format)Arguments
- date - The string to parse (e.g. returned from strftime())
- format - The format used in date (e.g. the same as used in strftime()). For more information about the format options, read the strftime() page.
