maona-creative / angular-crm

0 stars 0 forks source link

Correct date format #4

Closed maona-creative closed 3 months ago

maona-creative commented 3 months ago

weldertable.component.html

maona-creative commented 3 months ago

Solution: welderforms.components.ts: Super_Age: new FormControl<Date | null>(null), datetime24h: Date[] | undefined;

welderforms.components.html: <p-calendar id="Super_Age" dataType="string" dateFormat="dd.mm.yy" [showTime]="false" formControlName="Super_Age" />