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=de2d820c9c13fdbc8478b06bb046df0291c78a54;p=evergreen%2Fpines.git LP1904036 Patron summary show full dob year Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- 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