Display time in 24H instead of 12H mode

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2017-06-30 13:40:13 +02:00
parent 9f7fb18f31
commit 273f9373b2
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ $(function () {
$("#querytime").daterangepicker(
{
timePicker: true, timePickerIncrement: 15,
locale: { format: "MMMM Do YYYY, h:mm A" },
locale: { format: "MMMM Do YYYY, HH:mm" },
ranges: {
"Today": [moment(), moment()],
"Yesterday": [moment().subtract(1, "days"), moment().subtract(1, "days")],