|
DateTime::setISODatedate_isodate_setSets the ISO date DescriptionObject-oriented style
public DateTime DateTime::setISODate(int
$year , int $week , int $dayOfWeek = 1)Procedural style DateTime date_isodate_set(
DateTime $object ,int $year ,int $week ,int $dayOfWeek = 1) Set a date according to the ISO 8601 standard - using weeks and day offsets rather than specific dates. Like DateTimeImmutable::setISODate but works with DateTime. The procedural version takes the DateTime object as its first argument. Parameters
Return ValuesReturns the modified DateTime object for method chaining. See Also
|