Add DATE_FORMAT for Windsor
authorArt Rhyno <art632000@yahoo.ca>
Thu, 7 Feb 2013 02:23:11 +0000 (21:23 -0500)
committerDan Scott <dscott@laurentian.ca>
Wed, 8 May 2013 15:28:16 +0000 (11:28 -0400)
This adds the DATE_FORMAT to config.tt2.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
Open-ILS/src/templates_windsor/opac/parts/config.tt2

index eed1aea..096cf74 100644 (file)
@@ -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');
 
 %]