class
Calendar


A grid style calendar display, that allows ou to scroll date, month and year.

behaviour
bindable
clonable
date:Date
Most of the time the same as selectedDate, But has to be visible to the calendar.

That means, if you move the calendar to the next month, the date will be the first day of the next month,
because the selectedDate is no longer visible.
behaviour
bindable
clonable
selectedDate:Date
The selected date.


override
cloneComponent():Calendar
nextMonth():Variant
Moves the calendar a month forward.
nextYear():Variant
Moves the calendar a year forward.
previousMonth():Variant
Moves the calendar a month backwards.
previousYear():Variant
Moves the calendar a year backwards.