Home
last modified time | relevance | path

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

/webtrees/app/Date/
H A DAbstractGregorianJulianDate.php224 protected function monthNameAbbreviated(int $month, bool $leap_year): string function in Fisharebest\\Webtrees\\Date\\AbstractGregorianJulianDate
H A DJalaliDate.php266 protected function monthNameAbbreviated(int $month, bool $leap_year): string function in Fisharebest\\Webtrees\\Date\\JalaliDate
H A DHijriDate.php269 protected function monthNameAbbreviated(int $month, bool $leap_year): string function in Fisharebest\\Webtrees\\Date\\HijriDate
H A DJewishDate.php341 protected function monthNameAbbreviated(int $month, bool $leap_year): string function in Fisharebest\\Webtrees\\Date\\JewishDate
H A DFrenchDate.php282 protected function monthNameAbbreviated(int $month, bool $leap_year): string function in Fisharebest\\Webtrees\\Date\\FrenchDate
H A DAbstractCalendarDate.php739 abstract protected function monthNameAbbreviated(int $month, bool $leap_year): string; function in Fisharebest\\Webtrees\\Date\\AbstractCalendarDate