custom templates.event_bar_text

scheduler.templates.event_bar_text=function(start,end,event)
{
return event.text;
}

When show event on scheduler(with view type = “month”), i need only display event.text; the value of startDate is no need to display.

Help me to customize that.

Thanks.

scheduler.template.event_bar_date = function() { return “”; };