DateTime::setDate
PHP 5 >= 5.2.0, PHP 7, PHP 8
DateTime::setDate - Sets the date
Manual
DateTime::setDate(
int$year,
int$month,
int$day ): public DateTime
Procedural style
DateTimedate_date_set DateTimeobject intyear intmonth intdayParameters
- object
Procedural style only: A DateTime object returned by date_create. The function modifies this object.
- year
-
Year of the date.
- month
-
Month of the date.
- day
-
Day of the date.
Return Values
Returns the DateTime object for method chaining or false on failure.