Home
last modified time | relevance | path

Searched refs:addMonths (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/
H A DTimestamp.php117 public function addMonths(int $months): TimestampInterface function in Fisharebest\\Webtrees\\Timestamp
120 $this->carbon->addMonths($months)->getTimestamp(),
/webtrees/app/Contracts/
H A DTimestampInterface.php103 public function addMonths(int $months): TimestampInterface; function
/webtrees/tests/app/
H A DTimestampTest.php174 self::assertSame('2024-01-17 16:21:19', $timestamp->addMonths(1)->toDateTimeString());