From: Art Rhyno Date: Thu, 7 Feb 2013 02:23:11 +0000 (-0500) Subject: Add DATE_FORMAT for Windsor X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c385b4a26e3dfa0dcec151a0c7f3f74327e6ecd5;p=contrib%2FConifer.git Add DATE_FORMAT for Windsor This adds the DATE_FORMAT to config.tt2. Signed-off-by: Art Rhyno --- diff --git a/Open-ILS/src/templates_windsor/opac/parts/config.tt2 b/Open-ILS/src/templates_windsor/opac/parts/config.tt2 index eed1aeaa7f..096cf748c9 100644 --- a/Open-ILS/src/templates_windsor/opac/parts/config.tt2 +++ b/Open-ILS/src/templates_windsor/opac/parts/config.tt2 @@ -160,5 +160,10 @@ search.basic_config = { none_label => l("All Formats"), }; +############################################################################## +# Formatting for Due Information +# Puts hour/minute into display + +SET DATE_FORMAT = l('%Y-%m-%d %R'); %]