calendar Module
The Calendar component is a UI widget that allows users to view dates in a two-dimensional month grid, as well as to select one or more dates, or ranges of dates. Calendar is generated dynamically and relies on the developer to provide for a progressive enhancement alternative.
This module provides the following classes:
This module is a rollup of the following modules:
-
calendar-base
The CalendarBase submodule is a basic UI calendar view that displays a range of dates in a two-dimensional month grid, with one or more months visible at a single time. CalendarBase supports custom date rendering, multiple calendar panes, and selection.