Home
last modified time | relevance | path

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

/webtrees/resources/views/lists/
H A Danniversaries-list.phtml52 <?php if (PHP_INT_SIZE >= 8 || $fact->date()->gregorianYear() > 1901) : ?>
/webtrees/app/
H A DIndividual.php105 … if ($date->isOK() && $date->gregorianYear() + $KEEP_ALIVE_YEARS_BIRTH > date('Y')) {
116 … if ($date->isOK() && $date->gregorianYear() + $KEEP_ALIVE_YEARS_DEATH > date('Y')) {
H A DDate.php404 public function gregorianYear(): int function in Fisharebest\\Webtrees\\Date