mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 02:38:28 +00:00
Fix data format in daterange picker
Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
@@ -17,7 +17,7 @@ const endOfTime = moment().endOf("day").unix();
|
||||
let from = null;
|
||||
let until = null;
|
||||
|
||||
const dateformat = "MMM Do YYYY, HH:mm";
|
||||
const dateformat = "LLL dd yyyy, HH:mm";
|
||||
|
||||
let table = null;
|
||||
let cursor = null;
|
||||
|
||||
Reference in New Issue
Block a user