From 06a85a88bfdb0d3fc79ee055eb8327658dfe63ab Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 8 Mar 2010 10:57:06 +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 459570511..7b1050ade 100644 --- a/httemplate/edit/elements/ApplicationCommon.html +++ b/httemplate/edit/elements/ApplicationCommon.html @@ -54,7 +54,7 @@ Examples: Date: - <% time2str("%D", $src->_date) %> + <% time2str($date_format, $src->_date) %> @@ -354,7 +354,7 @@ function src_amount_changed () {