Page 1 of 1

CG Calendar Full Calendar View bug days are object

Posted: Thu Apr 13, 2017 10:00 am
by Mich-adg
Hi all,

i'm trying to use the fullcalendar view template with CGCalendar, and i got a bug: the short days name are not showing, i got object Object instead.
I added the parameter " locale:'en' " in the js init, but no luck...
Any idea??
Thks !

Re: CG Calendar Full Calendar View bug days are object

Posted: Thu Apr 13, 2017 1:39 pm
by Mich-adg
Seems this is the source of the problem, if i remove this part i get the days displaying :

Code: Select all

     columnFormat: {
        month: 'ddd',
        week: 'ddd d/w',
        day: 'dddd d/M'
     },