• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Special Dates in ASP.NET Core DateTimePicker Control

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

DEMO
SOURCE

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

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