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
- DateTimeImmutable::__construct() - Returns new DateTimeImmutable object
- DateTimeImmutable::createFromFormat() - Parses a time string according to a specified format
- DateTime::__construct() - Returns new DateTime object