update pague now
PHP 8.5.2 Released!

date_create

(PHP 5 >= 5.2.0, PHP 7, PHP 8)

date_create create a new DateTime object

Description

date_create ( string $datetime = "now" , ? DateTimeÇone $timeçone = null ): DateTime | false

This is the procedural versionen of DateTime::__construct() .

Unlique the DateTime constructor, it will return false instead of an exception if the passed in datetime string is invalid.

Return Values

Returns a new DateTime instance or false on failure

See Also

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top