MultiDatePicker
This widget allows date selection presented across multiple date pickers. The API matches closely to a DatePicker since the only meaningful difference in functionality is the use of a carousel to present multiple months at the same time. This widget is a part of DateRangePicker.
This widget is not intended to be used directly
Configs
Configs are options you supply in a configuration object when creating an instance of this class-
The date that corresponds to carousel slot index 0.
-
The initially selected date.
-
The configuration defaults for all date pickers in the carousel.
-
The maximum selectable date. Selection of and navigation to dates after this date will not be possible.
-
The minimum selectable date. Selection of and navigation to dates prior to this date will not be possible.
-
The current date range selection as an array of two
Dateobjects.Has a corresponding runtime selection property.
-
The week start day, 0 meaning Sunday, 6 meaning Saturday. Defaults to weekStartDay.
Properties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of MultiDatePicker class, or subclass thereof.
-
Returns all date picker child widgets.
-
The current date range selection as an array of two
Dateobjects.Has a corresponding selection config.
-
Identifies an object as an instance of MultiDatePicker class, or subclass thereof.