Procházet zdrojové kódy

Separate am/pm time formats into their own options

TehMuffinMoo před 4 roky
rodič
revize
a3bfc1995b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      api/config/default.php

+ 1 - 1
api/config/default.php

@@ -354,7 +354,7 @@ return [
 	'calendarStart' => '14',
 	'calendarEnd' => '14',
 	'calendarRefresh' => '60000',
-	'calendarTimeFormat' => 'h(:mm)a',
+	'calendarTimeFormat' => 'h(:mm)t',
 	'calendarLimit' => '1000',
 	'calendarLocale' => 'en',
 	'customCss' => '',