Home
last modified time | relevance | path

Searched refs:formatDay (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Date/
H A DJewishDate.php85 protected function formatDay(): string function in Fisharebest\\Webtrees\\Date\\JewishDate
91 return parent::formatDay();
H A DAbstractCalendarDate.php512 $format = strtr($format, ['%j' => $this->formatDay()]);
589 protected function formatDay(): string function in Fisharebest\\Webtrees\\Date\\AbstractCalendarDate