From 37c19a8ab2f81449531d0faaab5d8217a69d6ea2 Mon Sep 17 00:00:00 2001 From: zapata Date: Sat, 21 Dec 2002 21:02:42 +0000 Subject: [PATCH] hours in article list now displayed in 24h format --- templates/admin/contentlist.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/admin/contentlist.template b/templates/admin/contentlist.template index 56cbeddd..94060847 100755 --- a/templates/admin/contentlist.template +++ b/templates/admin/contentlist.template @@ -39,8 +39,8 @@ class="list1"class="list2"> - ${entry.creationdate.formatted["dd.MM.yyyy hh:mm"]}
- ${entry.changedate.formatted["dd.MM.yyyy hh:mm"]}
+ ${entry.creationdate.formatted["dd.MM.yyyy HH:mm"]}
+ ${entry.changedate.formatted["dd.MM.yyyy HH:mm"]}
F-H-
-- 2.11.0