Просмотр исходного кода

Fix calendar time format (am/pm)

TehMuffinMoo 4 лет назад
Родитель
Сommit
db6ae2f688
1 измененных файлов с 5 добавлено и 5 удалено
  1. 5 5
      api/functions/option-functions.php

+ 5 - 5
api/functions/option-functions.php

@@ -901,12 +901,12 @@ trait OptionsFunction
 	{
 		return array(
 			array(
-				'name' => '6p',
-				'value' => 'h(:mm)t'
+				'name' => '6pm',
+				'value' => 'h(:mm)a'
 			),
 			array(
-				'name' => '6:00p',
-				'value' => 'h:mmt'
+				'name' => '6:00pm',
+				'value' => 'h:mma'
 			),
 			array(
 				'name' => '6:00',
@@ -1078,4 +1078,4 @@ trait OptionsFunction
 			)
 		);
 	}
-}
+}