change date picker

This commit is contained in:
Peter Maquiran
2023-02-06 13:52:08 +01:00
parent 2470e0abfc
commit 0bf43b629c
41 changed files with 65 additions and 120 deletions
@@ -164,6 +164,7 @@
placeholder="Fim*"
[(ngModel)]="postData.EndDate"
[disabled]="disabled"
[min]="postData.StartDate"
>
<mat-datepicker-toggle id="new-fim" matSuffix [for]="fim" (click)="setEndDate()"></mat-datepicker-toggle>
<ngx-mat-datetime-picker #fim