Home
last modified time | relevance | path

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

/webtrees/app/Statistics/Repository/
H A DBrowserRepository.php46 $format = strtr(I18N::timeFormat(), ['%' => '']);
H A DServerRepository.php47 $format = strtr(I18N::timeFormat(), ['%' => '']);
H A DLatestUserRepository.php129 $format ??= str_replace('%', '', I18N::timeFormat());
/webtrees/app/
H A DI18N.php595 public static function timeFormat(): string function in Fisharebest\\Webtrees\\I18N