From 9b8a50224bd9ebd1f37e7cf969d61e4a8edd0417 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Thu, 29 Sep 2011 22:55:15 +0200 Subject: ste:date now uses strftime Because strftime is more flexible: You can... * ...put arbitrary text inside the format * ...manipulate it by set the locale (i.e. set language-specific month names etc.) --- example/templates/src/articles.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/templates/src/articles.html') diff --git a/example/templates/src/articles.html b/example/templates/src/articles.html index c0db692..108a3b8 100644 --- a/example/templates/src/articles.html +++ b/example/templates/src/articles.html @@ -6,7 +6,7 @@

$article[title]

Author: $article[author]
-
d. M. Y, H:i:s
+
%d. %h. %Y, %H:%M:%S
-- cgit v1.2.3-54-g00ecf