From: Jan Schneider Date: Thu, 3 Dec 2009 16:35:01 +0000 (+0100) Subject: format() doesn't support locales, strftime() does. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c868f82cc75c568789671ed3b7d22b6492107c7c;p=horde.git format() doesn't support locales, strftime() does. --- diff --git a/kronolith/templates/index/index.inc b/kronolith/templates/index/index.inc index 776e9ef4d..d16eba546 100644 --- a/kronolith/templates/index/index.inc +++ b/kronolith/templates/index/index.inc @@ -12,7 +12,7 @@
> -
format('l'), 0, 3) . $today->format(', j M Y') ?>
+
strftime('%a, %e %b %Y') ?>