This commit is contained in:
tiago.kayaya
2021-07-14 16:50:10 +01:00
42 changed files with 168 additions and 111 deletions
@@ -338,7 +338,7 @@ export class NewEventPage implements OnInit {
restoreDatepickerData() {
if (this.postEvent) {
this.dateControlOccurrence = new FormControl(moment(this.postEvent.EventRecurrence.LastOccurrence, "DD MM YYYY hh:mm"))
this.dateControlOccurrence = new FormControl(moment(this.postEvent.EventRecurrence.LastOccurrence, "DD MM YYYY HH:mm"))
}
}