Change header format in Month View

Hi

I would like to shade the header weekends differently when in Month View, please see the attached JPG for an idea of what I mean.

Is this possible?

TIA

Craig


You can redefine month_scale_date template, which gets date object and returns string which is placed in the header of month view - it may contain any html, so you can include some span with necessary styling based on weekday info.

Thanks - works a treat!