docs: Adding instructions for setting up due time in the patron's myopac display
authorJane Sandberg <sandbej@linnbenton.edu>
Tue, 1 Mar 2016 00:00:15 +0000 (16:00 -0800)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 15 Mar 2016 15:06:50 +0000 (11:06 -0400)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
docs/admin_initial_setup/designing_your_catalog.txt

index 3c122ac..91948a3 100644 (file)
@@ -383,6 +383,23 @@ You may also change the default number of facets appearing under each category
 by editing the _facet.default_display_count_ value in _config.tt2_. The default 
 value is 5.
 
+Change Date Format in Patron Account View
+-----------------------------------------
+Libraries with same-day circulations may want their patrons to be able to view
+the due *time* as well as due date when they log in to their OPAC account.  To
+accomplish this, go to _opac/myopac/circs.tt2_.  Find the line that reads:
+
+----
+[% date.format(due_date, DATE_FORMAT) %]
+----
+
+Replace it with:
+
+----
+[% date.format(due_date, '%D %I:%M %p') %]
+----
+
+
 Including External Content in Your Public Interface
 ---------------------------------------------------