In the following sample, specific dates are highlighted
. In desktop mode highlighted information about the date will be displayed when hovered.
Special Dates sample demonstrates how to customize specific dates in the DateTimePicker by using
renderDayCell
event. This event gets triggered on each day cell element creation, that allows you to customize, or disable specific
dates in the DateTimePicker. Here the Federal holidays in USA for the year of 2017 are highlighted with custom styles
and classes.
More information on the DateTimePicker customization can be found in the documentation section.