This commit is contained in:
tiago.kayaya
2021-07-13 09:31:42 +01:00
parent f457952220
commit f1d706a0d5
4 changed files with 32 additions and 40 deletions
@@ -352,8 +352,8 @@ export class NewEventPage implements OnInit {
if (this.postEvent) {
this.dateControlStart = new FormControl(moment(this.postEvent.StartDate, "DD MM YYYY hh:mm"));
this.dateControlEnd = new FormControl(moment(this.postEvent.EndDate, "DD MM YYYY hh:mm"));
this.dateControlOccurrence = new FormControl(moment(this.postEvent.EventRecurrence.LastOccurrence, "DD MM YYYY hh:mm"))
}
}
async save() {