
Select specific days using the Bootstrap Calendar component. The example below shows basic usage.
Set the
data-coreui-selection-type
to
week
to enable selection of entire week. You can also use
data-coreui-show-week-number="true"
to show week numbers.
Set the
data-coreui-selection-type
to
month
to enable selection of entire months.
Set the
data-coreui-selection-type
to
year
to enable years range selection.
Display multiple calendar panels side by side by setting the
data-coreui-calendars
attribute. This can be useful for selecting ranges or comparing dates across different months.
Enable range selection by adding
data-coreui-range="true"
to allow users to pick a start and end date. This example demonstrates how to configure the Bootstrap 5 Calendar component to handle date ranges.