mirror of
https://github.com/pi-hole/web.git
synced 2026-04-22 01:39:50 +01:00
Reuse the dateformat variable
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -21,7 +21,7 @@ $(function () {
|
||||
$("#querytime").daterangepicker(
|
||||
{
|
||||
timePicker: true, timePickerIncrement: 15,
|
||||
locale: { format: "MMMM Do YYYY, HH:mm" },
|
||||
locale: { format: dateformat },
|
||||
startDate: start__, endDate: end__,
|
||||
ranges: {
|
||||
"Today": [moment().startOf("day"), moment()],
|
||||
|
||||
Reference in New Issue
Block a user