Home
last modified time | relevance | path

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

/webtrees/app/Statistics/Repository/
H A DBrowserRepository.php36 $format = strtr(I18N::dateFormat(), ['%' => '']);
H A DServerRepository.php37 $format = strtr(I18N::dateFormat(), ['%' => '']);
H A DLatestUserRepository.php115 $format ??= I18N::dateFormat();
/webtrees/app/
H A DDate.php109 $date_format ??= I18N::dateFormat();
H A DI18N.php237 public static function dateFormat(): string function in Fisharebest\\Webtrees\\I18N