Hi,
I’m using event calendar with this view settings:
timeline: {
type: 'week',
size: 52,
resolution: 'week',
weekNumbers: true
}
I want to customize the date template showing year and week number. I’ve tried to use dayTemplate option, but it’s not working and calendar render the standard header with start - end of the week.
Is it possible to customize that template or at least add an option to show week number or year?
thank you,
Manuel