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
@@ -29,6 +29,7 @@ export class EditActionPage implements OnInit {
public stepSecond = 5;
public dateControlStart = new FormControl(moment("DD MM YYYY hh"));
public dateControlEnd = new FormControl(moment("DD MM YYYY hh"));
public currentDate = new Date();
folder: PublicationFolder;
@Input() folderId: string;