|
Changes in PHP datetime support
Since PHP 5.1.0, there has been an extension named
All supported timezones are listed in the PHP Manual. With the advent of PHP 5.2.x, there are object representations of the date and timezone, named DateTime and DateTimeZone respectively. The methods map to existing procedural date functions. |
Change LanguageWhat has changed in PHP 5.2.x Backward Incompatible Changes New Error Messages Changes in PHP datetime support New Parameters New Functions New Methods Removed Extensions New Extensions New Classes New Global Constants New Class Constants New INI Configuration Directives Error Reporting Other Enhancements |