This commit is contained in:
Peter Maquiran
2022-12-16 18:55:13 +01:00
parent aec8ccefea
commit f33b02d67e
@@ -109,7 +109,7 @@ export class ViewEventPage implements OnInit {
div.innerHTML = res.Body.Text
res.Body.Text = div.innerText
this.loadedEvent = res;
this.today = new Date(res.StartDate);
this.customDate = this.days[this.today.getDay()]+ ", " + this.today.getDate() +" de " + ( this.months[this.today.getMonth()]);
}, (error)=> {
@@ -127,9 +127,6 @@ export class ViewEventPage implements OnInit {
});
} else {
if(this.CalendarId) {
this.eventsService.genericGetEvent(this.eventId, this.CalendarId).subscribe(res => {