Month
configurationTemplates for the cells rendered in the calendar "month" view.
month
Objectmonth.content
StringTemplate to be used for rendering the cells in the calendar "month" view, which are in range.
month.empty
StringThe template used for rendering cells in the calendar "month" view, which are outside the min/max range.
month.weekNumber
StringThe template to be used for rendering the cells in "week" column. By default, the widget renders the calculated week of the year. The properties available in the data object are:
- currentDate - returns the first date of the current week.
- weekNumber - calculated week number.
These properties can be used in the template to make additional calculations.