From dc404e7519cf0ec3a0024a662c5e0c5566f9a194 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 8 Mar 2010 10:57:18 +0000 Subject: proper use of date_format config for international date formats, RT#7009 --- httemplate/edit/elements/ApplicationCommon.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'httemplate/edit/elements/ApplicationCommon.html') diff --git a/httemplate/edit/elements/ApplicationCommon.html b/httemplate/edit/elements/ApplicationCommon.html index a485d37de..1fc8a09a9 100644 --- a/httemplate/edit/elements/ApplicationCommon.html +++ b/httemplate/edit/elements/ApplicationCommon.html @@ -52,7 +52,7 @@ Examples: Date: - <% time2str("%D", $src->_date) %> + <% time2str($date_format, $src->_date) %> @@ -107,7 +107,7 @@ Apply to: