From: Michael M Slusarz Date: Tue, 9 Nov 2010 05:51:51 +0000 (-0700) Subject: Use user-defined date format in kronolith dynamic display, not hardcoded format X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=40de23859c7b03da47e51a8912e7452627bb9d17;p=horde.git Use user-defined date format in kronolith dynamic display, not hardcoded format --- diff --git a/kronolith/templates/index/index.inc b/kronolith/templates/index/index.inc index 75922ebd4..6b9531fd0 100644 --- a/kronolith/templates/index/index.inc +++ b/kronolith/templates/index/index.inc @@ -35,7 +35,7 @@
> -
strftime('%a, %e %b %Y') ?>
+
strftime($prefs->getValue('date_format_mini')) ?>