date_parse in PHP

Syntax of date_parse in PHP array date_parse(string time) Converts an English description of a time and date into an array describing that time and date. Returns false if the value could not be converted into a valid date. The returned array contains the same values as returned from date_parse_from_format(). Example of date_parse Array ( [year] … Read more