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

  1.  in the settings tab:
    1. Specify the date attribute you want to use.
    2. Specify the minimum date and maximum date to show the calendar view depending on them.
    3. Specify the date format in order to show the selected date as selected format.
  2. in the working days tab:
    1. set boolean attributes to enable or disable weekdays.
  3. in Holidays tab:
    1. set the data source of holidays.
    2. set the attribute from and to date from the holiday data source.

Features and limitations

features:

  1. Show dates in the calendar only between the start and end date.
  2. disable weekdays based on configuration.
  3. disable holiday dates.

limitation:

  1. 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.