(PHP 5 >= 5.5.0)
DateTimeImmutable::modify — Creates a new object with modified timestamp
Creates a new DateTimeImmutable object with modified timestamp. The original object is not modified.
oggetto
Solo per lo stile procedurale: Un oggetto DateTime restituito da date_create(). La funzione modifica questo oggetto.
modify
Una stringa data/ora. I formati validi sono descritti in Formati di Data e Tempo.
Returns the newly created object o FALSE
in caso di fallimento.