DateTimeImmutable::setDate

(PHP 5 >= 5.5.0, PHP 7, PHP 8)

DateTimeImmutable::setDateDefine a data

Descrição

public DateTimeImmutable::setDate(int $year, int $month, int $day): DateTimeImmutable

Similar a DateTime::setDate() mas lida com DateTimeImmutable.

add a note

User Contributed Notes

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