Searched refs:nextYear (Results 1 – 2 of 2) sorted by relevance
/webtrees/app/Date/ | ||
H A D | AbstractCalendarDate.php | 222 … $this->maximum_julian_day = $this->calendar->ymdToJd($this->nextYear($this->year), 1, 1) - 1; |
H A D | JulianDate.php | 57 protected function nextYear(int $year): int function in Fisharebest\\Webtrees\\Date\\JulianDate |