Easy Tutorial
❮ Func Curl_Escape Func Curl_Init ❯

PHP date_parse() Function

PHP Date/Time Reference Manual

Example

Returns an associative array with detailed information about the specified date:


Definition and Usage

The date_parse() function returns an associative array with detailed information about the specified date.

Syntax

Parameter Description
date Required. Specifies the date (format as per strtotime()

Technical Details

Return Value: Returns an associative array with parsed date information if successful, or FALSE if failed.
PHP Version: 5.2+
--- ---
❮ Func Curl_Escape Func Curl_Init ❯