date_parse_from_format

PHP 5 >= 5.3.0, PHP 7, PHP 8
date_parse_from_format - Get info about given date formatted according to the specified format
Manual
Code Examples

Example #1 date_parse_from_format example

Result: 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] => 3600 [is_dst] => )
PHP Version:


Function date_parse_from_format:

Date and Time Functions

Most used PHP functions