Home
last modified time | relevance | path

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

/webtrees/app/Date/
H A DAbstractCalendarDate.php561 $format = strtr($format, ['%O' => $this->formatGedcomMonth()]);
782 protected function formatGedcomMonth(): string function in Fisharebest\\Webtrees\\Date\\AbstractCalendarDate
890 'month' => $this->formatGedcomMonth(),
/webtrees/
H A Dphpstan-baseline.neon298 …message: '#^Method Fisharebest\\Webtrees\\Date\\AbstractCalendarDate\:\:formatGedcomMonth\(\) shou…