Custom Calendar
Content Type: Widget
Categories: Data
Overview
Custom calendar widget with below features:
- Show dates in the calendar only between the start and end date.
- disable weekdays based on configuration.
- disable holiday dates.
Documentation
Description
Calendar controller with below abilities:
- Show dates in the calendar only between the start and end date.
- disable weekdays based on configuration.
- disable holiday dates.
Typical usage scenario
- in the settings tab:
- Specify the date attribute you want to use.
- Specify the minimum date and maximum date to show the calendar view depending on them.
- Specify the date format in order to show the selected date as selected format.
- in the working days tab:
- set boolean attributes to enable or disable weekdays.
- in Holidays tab:
- set the data source of holidays.
- set the attribute from and to date from the holiday data source.
Features and limitations
features:
- Show dates in the calendar only between the start and end date.
- disable weekdays based on configuration.
- disable holiday dates.
limitation:
- It builds on default styling, so if you need customer style, then you should add your style to the widget.
Releases
Version: 1.0.0
Framework Version: 9.18.2
Release Notes: Calendar controller with below abilities:
Show dates in the calendar only between the start and end date.
disable weekdays based on configuration.
disable holiday dates.