disable past dates on accoes

This commit is contained in:
EQUILIBRIUM\hirondino.van-dunem
2022-06-09 09:37:58 +01:00
parent 46537b61e8
commit 37e550aa25
2 changed files with 3 additions and 0 deletions
@@ -25,6 +25,7 @@ export class NewActionPage implements OnInit {
public stepHour = 1;
public stepMinute = 5;
public stepSecond = 5;
currentDate = new Date();
public endMinDate = new Date(new Date().getTime() + 15 * 60000);
Form: FormGroup;