This commit is contained in:
tiago.kayaya
2021-07-13 09:32:08 +01:00
9 changed files with 27 additions and 9 deletions
@@ -266,6 +266,9 @@ export class NewEventPage implements OnInit {
participantes: new FormControl(this.taskParticipants, [
Validators.required
]),
Date: new FormControl(this.dateControlStart.toLocaleString() > this.dateControlEnd.toLocaleString()? 'ok': null,[
Validators.required
]),
})
}