Home
last modified time | relevance | path

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

/plugin/pagequery/
DPageQuery.php228 … $wformat[$key] = ($opt['spelldate']) ? $this->dateFormatWords($dformat[$key]) : '';
412 private function dateFormatWords(string $dformat): string function in PageQuery