date_parse_from_format
Get info about given date
&reftitle.description;
arraydate_parse_from_format
stringformat
stringdate
Returns associative array with detailed info about given date.
&reftitle.parameters;
format
Format accepted by date with some extras.
date
String representing the date.
&reftitle.returnvalues;
Returns associative array with detailed info about given date.
&reftitle.examples;
date_parse_from_format example
]]>
&example.outputs;
2009
[month] => 1
[day] => 6
[hour] => 13
[minute] => 0
[second] => 0
[fraction] =>
[warning_count] => 0
[warnings] => Array
(
)
[error_count] => 0
[errors] => Array
(
)
[is_localtime] => 1
[zone_type] => 1
[zone] => -60
[is_dst] =>
)
]]>