AM
Results
3
comments of
AM
Can you shere this ?
I've made own workaround, not so pretty, but works: modyfy template day.html, add: before this line: in calendar: onAfterViewLoad: function(view) { $(\'.page-header h3\').text(this.getTitle()); $(\'.btn-group button\').removeClass(\'active\'); $(\'button[data-calendar-view="\' + view + \'"]\').addClass(\'active\');...
Hi, in this sollution, when I click in day view template, date is undefined, I see only time... what's wrong?