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)
committerBill Erickson <berickxx@gmail.com>
Thu, 6 Oct 2022 17:00:18 +0000 (13:00 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
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')"