Month View Date

I would like to customise the date in the bar of month view, but this does not seem to work??

scheduler.templates.event_bar_date = function(start,end,event){ return start+' - '+end; }

Actually, this does work, but only on new events that are created after the scheduler has been initialised. I am trying to work out what is going on. I’ll post back as soon as I find a definitive answer.

Be sure that new template was assigned before data loading.
Also, start and end parameters of templates are Date objects, it may have sense to convert them to strings

Yep, it was a cache issue! Doh. All sorted now, running like a dream! :slight_smile: