DateTime::setISODate
PHP 5 >= 5.2.0, PHP 7, PHP 8
DateTime::setISODate - Sets the ISO date
Manual
DateTime::setISODate(
int$year,
int$week,
[int$dayOfWeek = 1] ): public DateTime
Procedural style
DateTimedate_isodate_set DateTimeobject intyear intweek intdayOfWeek1Parameters
- object
Procedural style only: A DateTime object returned by date_create. The function modifies this object.
- year
-
Year of the date.
- week
-
Week of the date.
- dayOfWeek
-
Offset from the first day of the week.
Return Values
Returns the DateTime object for method chaining or false on failure.