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=5ae1e7744186a5f407c83012421d295db3678e04;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