mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
Display time in 24H instead of 12H mode
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -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")],
|
||||
|
||||
Reference in New Issue
Block a user