Werbung
DateTime::__construct
(PHP 5 >= 5.2.0)
DateTime::__construct — Returns new DateTime object
Beschreibung
Returns new DateTime object.
Fehler/Exceptions
Emits Exception in case of an error.
Beispiele
PHP Code
1
2
3
2
3
date_default_timezone_set('Europe/London');
$datetime = new DateTime('2008-08-03 14:52:10');
echo $datetime->format(DATE_ATOM);