From e416b489e305ce012d1af3600f659db3fa39ff97 Mon Sep 17 00:00:00 2001 From: Art Rhyno Date: Wed, 6 Feb 2013 21:23:11 -0500 Subject: [PATCH] Add DATE_FORMAT for Windsor This adds the DATE_FORMAT to config.tt2. Signed-off-by: Art Rhyno --- Open-ILS/src/templates_windsor/opac/parts/config.tt2 | 5 +++++ 1 file changed, 5 insertions(+) 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'); %] -- 2.11.0