fix reported bugs 02/03/2024

This commit is contained in:
Peter Maquiran
2024-03-03 10:27:18 +01:00
parent 8585962629
commit e3d08c27b8
15 changed files with 86 additions and 28 deletions
+6
View File
@@ -1200,6 +1200,12 @@ export class AgendaPage implements OnInit {
return this.eventService.calendarRole.includes(str);
}
validateEvent(year, month, day) {
console.log(year, month, day)
return true
}
}
function endOfMonth(myDate) {