From 41d5481842fbe76c525a17d28374e275764cb489 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Sat, 12 Mar 2016 06:46:35 -0500 Subject: #175 - a few more tweaks - make sure date filter also honors 24hr Former-commit-id: 8ca62ea21d9c725dceed4dc589ddc2bea44e6648 --- www/templates/montage-history.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/templates/montage-history.html b/www/templates/montage-history.html index b27ee5f7..986cec94 100644 --- a/www/templates/montage-history.html +++ b/www/templates/montage-history.html @@ -179,13 +179,13 @@
- VALUE:{{!loginData.use24hr}} From: {{datetimeValueFrom.value | date: timeFormat}} + From: {{datetimeValueFrom.value | date: timeFormat}}
- VALUE:{{!loginData.use24hr}} To: {{datetimeValueTo.value | date: timeFormat}} + To: {{datetimeValueTo.value | date: timeFormat}}
-- cgit v1.2.3