Home
last modified time | relevance | path

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

/webtrees/app/Date/
H A DAbstractCalendarDate.php539 $format = strtr($format, ['%n' => $this->formatMonth()]);
649 protected function formatMonth(): string function in Fisharebest\\Webtrees\\Date\\AbstractCalendarDate