Ilma A
Results
1
comments of
Ilma A
Solved, I manually edited script in calendarorganizer.js from `document.getElementById(this.id + "-date").innerHTML = this.calendar.months[this.calendar.date.getMonth()] + " " + this.calendar.date.getDate() + ", " + this.calendar.date.getFullYear();` to `document.getElementById(this.id + "-date").innerHTML = this.calendar.date.getDate() +...