MonthProps
month-content String
The template that will be used by the DatePicker for rendering the cells in the min-max range in the month
view.
month-week-number String
The template that will be used by the DatePicker for rendering the cells in the week column. By default, the DatePicker renders the calculated week of the year.
The supported properties in the data
object are:
currentDate
—Returns the first date of the current week.weekNumber
—The calculated week number.
You can use the currentDate
and weekNumber
properties in the template to make additional calculations.
month-empty String
The template that will be used by the DatePicker for rendering the cells outside the min-max range in the month
view.