This commit is contained in:
Peter Maquiran
2024-03-26 13:58:09 +01:00
3884 changed files with 1963136 additions and 404 deletions
+7
View File
@@ -62,6 +62,8 @@ export class AgendaPage implements OnInit {
contacts: EventPerson[]
todayDateFormated: string;
setView(view: CalendarView) {
this.view = view;
}
@@ -1206,6 +1208,11 @@ export class AgendaPage implements OnInit {
return true
}
todayDateFormat() {
this.todayDateFormated = momentG(new Date(), 'dd MMMM');
return this.todayDateFormated;
}
}
function endOfMonth(myDate) {