Data/Czas
PHP Manual

date_create

(PHP 5 >= 5.1.0)

date_createReturns new DateTime object

Opis

DateTime date_create ([ string $time [, DateTimeZone $timezone ]] )
DateTime DateTime::__construct ([ string $time [, DateTimeZone $timezone ]] )

Parametry

time

String in a format accepted by strtotime(), defaults to "now".

timezone

Time zone of the time.

Zwracane wartoĊ›ci

Returns DateTime object on success or FALSE on failure.


Data/Czas
PHP Manual