Przeglądaj źródła

Fix calendar time format

TehMuffinMoo 4 lat temu
rodzic
commit
cc4a381c4c
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      api/config/default.php

+ 2 - 2
api/config/default.php

@@ -354,7 +354,7 @@ return [
 	'calendarStart' => '14',
 	'calendarEnd' => '14',
 	'calendarRefresh' => '60000',
-	'calendarTimeFormat' => 'h(:mm)t',
+	'calendarTimeFormat' => 'h(:mm)a',
 	'calendarLimit' => '1000',
 	'calendarLocale' => 'en',
 	'customCss' => '',
@@ -583,4 +583,4 @@ return [
 	'defaultSettingsTab' => '5',
 	'blacklisted' => '',
 	'blacklistedMessage' => 'You have been blacklisted from this site.'
-];
+];