Ver Fonte

Separate am/pm time formats into their own options

TehMuffinMoo há 4 anos atrás
pai
commit
a3bfc1995b
1 ficheiros alterados com 1 adições e 1 exclusões
  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' => '',