parent root
PHP: DateTimeImmutable::setISODate - Manual

DateTimeImmutable::setISODate

(PHP 5 >= 5.5.0, PHP 7)

DateTimeImmutable::setISODateSets the ISO date

Description

public DateTimeImmutable::setISODate ( int $year , int $week [, int $day = 1 ] ) : DateTimeImmutable

Like DateTime::setISODate() but works with DateTimeImmutable.

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root