Searched defs:months (Results 1 – 4 of 4) sorted by relevance
103 public function addMonths(int $months): TimestampInterface;145 public function subtractMonths(int $months): TimestampInterface;
117 public function addMonths(int $months): TimestampInterface171 public function subtractMonths(int $months): TimestampInterface
31 private int $months; variable in Fisharebest\\Webtrees\\Age
193 <?php $months = intdiv($days + 15, 30); ?> variable