Properly format times when viewing an out-of-window extant appointment (like, recentl...
authorMike Rylander <mrylander@gmail.com>
Sat, 6 Jun 2020 17:39:15 +0000 (13:39 -0400)
committerMike Rylander <mrylander@gmail.com>
Sat, 6 Jun 2020 17:39:30 +0000 (13:39 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/templates/opac/myopac/holds_curbside.tt2

index 877a82b..4156b31 100644 (file)
                       [% END %]
                       [% IF cs_time && !found_time %]
                         <option value="[% cs_time | html %]" selected="selected">
-                          [% cs_time | html %]
+                          [% date.format(current_date _ ' ' _ cs_time,'%l:%M %p') | html %]
                         </option>
                       [% END %]
                     </select>