From: zapata Date: Sat, 21 Dec 2002 21:02:42 +0000 (+0000) Subject: hours in article list now displayed in 24h format X-Git-Tag: BEFORE_MERGE_1_1~380 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=37c19a8ab2f81449531d0faaab5d8217a69d6ea2;p=mir.git hours in article list now displayed in 24h format --- 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-