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=e39cf3009d99baf1c4b7de6cac8a0828dd355690;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