Hide Start-Time in Month-View

Hello,

is there a way to hide the start-time of an Event in the Month-View?

Thanks for any answer.
Regards,
Sebix

Hello,

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

Month View Templates
event_bar_date Template
onTemplatesReady Event

Thank you! That works!