Home
last modified time | relevance | path

Searched defs:month (Results 1 – 8 of 8) sorted by relevance

/webtrees/app/Date/
H A DAbstractGregorianJulianDate.php86 protected function monthNameNominativeCase(int $month, bool $leap_year): string
121 protected function monthNameGenitiveCase(int $month, bool $leap_year): string
156 protected function monthNameLocativeCase(int $month, bool $leap_year): string
191 protected function monthNameInstrumentalCase(int $month, bool $leap_year): string
224 protected function monthNameAbbreviated(int $month, bool $leap_year): string
H A DJalaliDate.php86 protected function monthNameNominativeCase(int $month, bool $leap_year): string
131 protected function monthNameGenitiveCase(int $month, bool $leap_year): string
176 protected function monthNameLocativeCase(int $month, bool $leap_year): string
221 protected function monthNameInstrumentalCase(int $month, bool $leap_year): string
266 protected function monthNameAbbreviated(int $month, bool $leap_year): string
H A DHijriDate.php89 protected function monthNameNominativeCase(int $month, bool $leap_year): string
134 protected function monthNameGenitiveCase(int $month, bool $leap_year): string
179 protected function monthNameLocativeCase(int $month, bool $leap_year): string
224 protected function monthNameInstrumentalCase(int $month, bool $leap_year): string
269 protected function monthNameAbbreviated(int $month, bool $leap_year): string
H A DJewishDate.php133 protected function monthNameNominativeCase(int $month, bool $leap_year): string
185 protected function monthNameGenitiveCase(int $month, bool $leap_year): string
237 protected function monthNameLocativeCase(int $month, bool $leap_year): string
289 protected function monthNameInstrumentalCase(int $month, bool $leap_year): string
341 protected function monthNameAbbreviated(int $month, bool $leap_year): string
H A DFrenchDate.php93 protected function monthNameNominativeCase(int $month, bool $leap_year): string
141 protected function monthNameGenitiveCase(int $month, bool $leap_year): string
188 protected function monthNameLocativeCase(int $month, bool $leap_year): string
235 protected function monthNameInstrumentalCase(int $month, bool $leap_year): string
282 protected function monthNameAbbreviated(int $month, bool $leap_year): string
H A DAbstractCalendarDate.php67 public int $month; variable in Fisharebest\\Webtrees\\Date\\AbstractCalendarDate
179 public function month(): int function in Fisharebest\\Webtrees\\Date\\AbstractCalendarDate
699 abstract protected function monthNameGenitiveCase(int $month, bool $leap_year): string;
709 abstract protected function monthNameNominativeCase(int $month, bool $leap_year): string;
719 abstract protected function monthNameLocativeCase(int $month, bool $leap_year): string;
729 abstract protected function monthNameInstrumentalCase(int $month, bool $leap_year): string;
739 abstract protected function monthNameAbbreviated(int $month, bool $leap_year): string;
/webtrees/resources/views/modules/timeline-chart/
H A Dchart.phtml294 $month = max(1, $date->month()); variable
/webtrees/resources/js/
H A Dwebtrees.js496 function calSetDateField (dateFieldId, year, month, day) { argument
545 webtrees.calDateClicked = function (dateFieldId, dateDivId, year, month, day) { argument