american time format -> 12h

This commit is contained in:
rom-1
2021-01-03 14:29:44 +01:00
committed by GitHub
parent 3ec0f22254
commit 68579fefe8

View File

@@ -73,7 +73,7 @@ return array(
'feb' => 'Feb.',
'february' => 'February',
'format_date' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y',
'format_date_hour' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y \\a\\t H\\:i',
'format_date_hour' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y \\a\\t g\\:i a',
'fri' => 'Fri',
'jan' => 'Jan.',
'january' => 'January',