Description
This is the procedural version of DateTime::__construct().
Unlike the DateTime constructor, it will return
false instead of an exception if the passed in
datetime string is invalid.
Parameters
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
+add a note
User Contributed Notes
There are no user contributed notes for this page.