Text displayed in month view

Change how text is displayed in month view.

By default, Month view shows the event time before each event. By adding this snippet to your “Options” in soSIMPLE Calendar Settings, you can remove the event time, or change it to something else.

scheduler.templates.event_bar_date = function(start,end,ev){
return "";
};