Home
last modified time | relevance | path

Searched defs:months (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/Contracts/
H A DTimestampInterface.php103 public function addMonths(int $months): TimestampInterface;
145 public function subtractMonths(int $months): TimestampInterface;
/webtrees/app/
H A DTimestamp.php117 public function addMonths(int $months): TimestampInterface
171 public function subtractMonths(int $months): TimestampInterface
H A DAge.php31 private int $months; variable in Fisharebest\\Webtrees\\Age
/webtrees/resources/views/modules/relatives/
H A Dfamily.phtml193 <?php $months = intdiv($days + 15, 30); ?> variable