|
DateTime::adddate_addModifies a DateTime object, with added amount of days, months, years, hours, minutes and seconds DescriptionObject-oriented style
public DateTime DateTime::add(DateInterval
$interval )Procedural style DateTime date_add(DateTime
$object , DateInterval $interval )Adds the specified DateInterval object to the specified DateTime object. Like DateTimeImmutable::add but works with DateTime. The procedural version takes the DateTime object as its first argument. Parameters
Return ValuesReturns the modified DateTime object for method chaining. See Also
|