From 0fb71e35f2ed47e62a6f08abd8bbe246f324ea1f Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 24 Jan 2024 16:10:20 -0500 Subject: [PATCH] Add luxor.js and use it to format datetimes --- web/skins/classic/includes/functions.php | 2 ++ web/skins/classic/js/luxon-3.4.4.min.js | 1 + web/skins/classic/views/js/events.js | 11 +++++++++++ web/skins/classic/views/js/watch.js | 15 +++++++++++++-- 4 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 web/skins/classic/js/luxon-3.4.4.min.js diff --git a/web/skins/classic/includes/functions.php b/web/skins/classic/includes/functions.php index 80e38119a..27509745e 100644 --- a/web/skins/classic/includes/functions.php +++ b/web/skins/classic/includes/functions.php @@ -973,10 +973,12 @@ function xhtmlFooter() { ), true ); ?> +