disable past dates on accoes-edit

This commit is contained in:
EQUILIBRIUM\hirondino.van-dunem
2022-06-15 15:19:40 +01:00
parent 69a55d0ba6
commit 097b4398be
2 changed files with 2 additions and 1 deletions
@@ -36,7 +36,7 @@
<input matInput [ngxMatDatetimePicker]="picker1"
placeholder="Choose a date*"
[(ngModel)]="folder.DateBegin"
[min]="minDate"
[min]="currentDate"
[disabled]="disabled"
>
<mat-datepicker-toggle id="new-inicio" matSuffix [for]="picker1"></mat-datepicker-toggle>