(PHP 5 >= 5.5.0, PHP 7)
DateTimeImmutable::modify — Creates a new object with modified timestamp
public DateTimeImmutable::modify ( string $modifier ) : DateTimeImmutable|false
Creates a new DateTimeImmutable object with modified timestamp. The original object is not modified.
object
Procedural style only: A DateTime object returned by date_create(). The function modifies this object.
modifier
A date/time string. Valid formats are explained in Date and Time Formats.
Returns the newly created object or false
on failure.
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/datetimeimmutable.modify.php