This commit is contained in:
Peter Maquiran
2023-08-30 18:43:48 +01:00
parent 64e463ab6f
commit 3386c3e22c
4 changed files with 10 additions and 10 deletions
@@ -223,7 +223,7 @@ export class EditEventPage implements OnInit {
participantes: new FormControl(this.taskParticipants, [
// Validators.required
]),
Date: new FormControl( new Date(this._postEvent.StartDate).toLocaleString('pt') < new Date(this._postEvent.EndDate).toLocaleString('pt')? 'ok': null,[
Date: new FormControl( true,[
Validators.required
]),