From: Bill Erickson Date: Thu, 16 Sep 2021 15:57:34 +0000 (-0400) Subject: LP1904036 Patron summary show full dob year X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4b4f81e7cf2efc39070b5b3ed354b8084fba19ed;p=working%2FEvergreen.git LP1904036 Patron summary show full dob year Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/eg2/src/app/staff/share/patron/summary.component.html b/Open-ILS/src/eg2/src/app/staff/share/patron/summary.component.html index f4afca0fec..de65732072 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/patron/summary.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/patron/summary.component.html @@ -51,7 +51,7 @@
Date of Birth
-
{{p().dob() | date:'shortDate'}}
+
{{p().dob() | date}}
Parent/Guardian