Example of Special Dates in Angular Calendar Component

In the following sample, specific dates are highlighted. In desktop mode highlighted information about the date will be displayed when hovered.

June 2025
SuMoTuWeThFrSa
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345
Selected Value:
Description

Special Dates sample demonstrates, how to customize a specific dates in a calendar by using renderDayCell event. This event gets triggered on each day cell element creation that allows you to customize or disable the specific dates in calendar. Here 10, 15 and 20 date's are customized with custom styles and custom classes.

More information on the calendar customization can be found in this documentation section.