โ— Shell
clean mode source โ†—

PHP: date_create - Manual

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

date_create โ€” create a new DateTime object

Description

Unlike 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