DateTime::setDate
date_date_set
(PHP 5 >= 5.2.0, PHP 7, PHP 8)
DateTime::setDate -- date_date_set — Sets the date
Description
Object-oriented style
Procedural style
Resets the current date of the DateTime object to a different date.
Like DateTimeImmutable::setDate() but works with DateTime, and changes the existing object.
The procedural version takes the DateTime object as its first argument.
Parameters
objectProcedural style only: A DateTime object returned by date_create(). The function modifies this object.
yearYear of the date.
monthMonth of the date.
dayDay of the date.
Return Values
Returns the modified DateTime object for method chaining.
See Also
- DateTimeImmutable::setDate() - Sets the date
↑ and ↓ to navigate • Enter to select • Esc to close • / to open