Example of undefined in React DateTimePicker Component

/
/
Special

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

More Details...

Loading....
Description

Special Dates sample demonstrates, how to customize a specific dates in a datetimepicker 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 datetimepicker. Here 10, 15 and 25 date's are customized with custom styles by adding the e-customStyle class.

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