LP1904036 DoB is YMD, not ISO (for correct timezone)
authorBill Erickson <berickxx@gmail.com>
Tue, 25 May 2021 14:49:08 +0000 (10:49 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 28 Oct 2022 00:13:35 +0000 (20:13 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html

index d916f4e..31c16ae 100644 (file)
         domId="au-dob-input"
         fieldName="au-dob-input"
         [noMaxWidth]="true"
-        [initialIso]="patron.dob()"
+        [initialYmd]="patron.dob()"
         (onChangeAsIso)="
           fieldValueChange(null, null, 'dob', $event); 
           afterFieldChange(null, null, 'dob')"