Browse Source

Separate am/pm time formats into their own options

TehMuffinMoo 4 years ago
parent
commit
a3bfc1995b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/config/default.php

+ 1 - 1
api/config/default.php

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