From b59bba3ecd45b01986449246b8e760ab752d3dd8 Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Mon, 29 Feb 2016 16:00:15 -0800 Subject: [PATCH] docs: Adding instructions for setting up due time in the patron's myopac display Signed-off-by: Galen Charlton --- .../designing_your_catalog.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 --------------------------------------------------- -- 2.43.2