Searched refs:addMonths (Results 1 – 3 of 3) sorted by relevance
117 public function addMonths(int $months): TimestampInterface function in Fisharebest\\Webtrees\\Timestamp120 $this->carbon->addMonths($months)->getTimestamp(),
103 public function addMonths(int $months): TimestampInterface; function
174 self::assertSame('2024-01-17 16:21:19', $timestamp->addMonths(1)->toDateTimeString());