(PHP 5 >= 5.2.0, PHP 7, PHP 8)
DateTime::setDate -- date_date_set — Sets the date
Об'єктно-орієнтований стиль
Процедурний стиль
Resets the current date of the DateTime object to a different date.
Like DateTimeImmutable::setDate() but works with DateTime, and changes the existing object.
The procedural version takes the DateTime object as its first argument.
object
Тільки процедурний стиль: об'єкт DateTime повертається функцією date_create(). Вона змінює цей об'єкт.
year
Year of the date.
month
Month of the date.
day
Day of the date.
Повертає змінений об'єкт DateTime для ланцюжків методів.