php man page for date_parse_from_format

Query: date_parse_from_format

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DATE_PARSE_FROM_FORMAT(3)						 1						 DATE_PARSE_FROM_FORMAT(3)

date_parse_from_format - Get info about given date formatted according to the specified format

SYNOPSIS
array date_parse_from_format (string $format, string $date)
DESCRIPTION
Returns associative array with detailed info about given date.
PARAMETERS
o $format - Format accepted by DateTime.createFromFormat(3). o $date - String representing the date.
RETURN VALUES
Returns associative array with detailed info about given date.
EXAMPLES
Example #1 date_parse_from_format(3) example <?php $date = "6.1.2009 13:00+01:00"; print_r(date_parse_from_format("j.n.Y H:iP", $date)); ?> The above example will output: Array ( [year] => 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] => )
SEE ALSO
DateTime.createFromFormat(3), checkdate(3). PHP Documentation Group DATE_PARSE_FROM_FORMAT(3)
Related Man Pages
strptime(3) - php
datetime.format(3) - php
date_parse_from_format(3) - php
datetime.add(3) - php
datetimeimmutable.format(3) - php
Similar Topics in the Unix Linux Community
How to find a date which is 7 days past when given current date
grep tomorrow's date
Shell script (KSH) to list ONLY the ID of male employees whose last loging time was during the last
How to find the date format
awk command in hp UNIX subtract 30 days automatically from current date without date illegal option