Home
last modified time | relevance | path

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

/webtrees/app/Date/
H A DAbstractCalendarDate.php530 $format = strtr($format, ['%F' => $this->formatLongMonth($case)]);
675 protected function formatLongMonth(string $case = 'NOMINATIVE'): string function in Fisharebest\\Webtrees\\Date\\AbstractCalendarDate