Home
last modified time | relevance | path

Searched defs:year (Results 1 – 6 of 6) sorted by relevance

/webtrees/app/Date/
H A DJulianDate.php57 protected function nextYear(int $year): int
73 protected function extractYear(string $year): int
H A DAbstractCalendarDate.php65 public int $year; variable in Fisharebest\\Webtrees\\Date\\AbstractCalendarDate
171 public function year(): int function in Fisharebest\\Webtrees\\Date\\AbstractCalendarDate
299 protected function nextYear(int $year): int
311 protected function extractYear(string $year): int
/webtrees/resources/views/modules/lifespans-chart/
H A Dchart.phtml23 <?php for ($year = $start_year; $year < $end_year; $year += 10) : variable
/webtrees/resources/views/modules/timeline-chart/
H A Dchart.phtml293 $year = $date->year(); variable
/webtrees/app/Services/
H A DCalendarService.php64 public function calendarMonthsInYear(string $calendar, int $year): array
/webtrees/resources/js/
H A Dwebtrees.js496 function calSetDateField (dateFieldId, year, month, day) { argument
545 webtrees.calDateClicked = function (dateFieldId, dateDivId, year, month, day) { argument