DateTimeImmutable::modify

(PHP 5 >= 5.5.0, PHP 7)
Creates a new object with modified timestamp
public DateTimeImmutable DateTimeImmutable::modify ( string $modify )

Creates a new DateTimeImmutable object with modified timestamp. The original object is not modified.

Parameters:
object

Procedural style only: A DateTime object returned by date_create(). The function modifies this object.

modify

A date/time string. Valid formats are explained in Date and Time Formats.

Returns:

Returns the newly created object or FALSE on failure.

doc_php
2016-02-24 15:56:21
Comments
Leave a Comment

Please login to continue.