GoLang DateTimeImmutable::add

request it (301)
GoLang replacement for PHP's DateTimeImmutable::add [edit | history]



Do you know a GoLang replacement for PHP's DateTimeImmutable::add? Write it!

PHP DateTimeImmutable::add

PHP original manual for DateTimeImmutable::add [ show | php.net ]

DateTimeImmutable::add

(PHP 5 >= 5.5.0, PHP 7)

DateTimeImmutable::add Adds an amount of days, months, years, hours, minutes and seconds

Description

public DateTimeImmutable DateTimeImmutable::add ( DateInterval $interval )

Like DateTime::add() but works with DateTimeImmutable.