Need to reverse Time and Text display?

Currently, events in MONTH_VIEW display as “10:00a Some Event Name”, which causes the day box to render as “10:00a Some E” by the time the cell width cuts off the remaining text.

I would like to reverse the order of the display so that it shows “Some Event Name - 10:00a” in the Month View, but for the life of me I can’t find a template setting that allows that to happen.

How would I go about this task of reversing the date / text display in the month view day block?

Thanks in advance.

Hello,

Be sure to check our Settings templates page in documentation.
What you want to do is to return ev.text in event_bar_date template and date in event_bar_text.

Best regards,
Ilya