Searched refs:timeFormat (Results 1 – 4 of 4) sorted by relevance
46 $format = strtr(I18N::timeFormat(), ['%' => '']);
47 $format = strtr(I18N::timeFormat(), ['%' => '']);
129 $format ??= str_replace('%', '', I18N::timeFormat());
595 public static function timeFormat(): string function in Fisharebest\\Webtrees\\I18N