From: Jane Sandberg Date: Tue, 1 Mar 2016 00:00:15 +0000 (-0800) Subject: docs: Adding instructions for setting up due time in the patron's myopac display X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b59bba3ecd45b01986449246b8e760ab752d3dd8;p=evergreen%2Fmasslnc.git docs: Adding instructions for setting up due time in the patron's myopac display Signed-off-by: Galen Charlton --- diff --git a/docs/admin_initial_setup/designing_your_catalog.txt b/docs/admin_initial_setup/designing_your_catalog.txt index 3c122acbe5..91948a3fd7 100644 --- a/docs/admin_initial_setup/designing_your_catalog.txt +++ b/docs/admin_initial_setup/designing_your_catalog.txt @@ -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 ---------------------------------------------------