Date Picker

The Date Picker is a control that allows the user to select a date from a drop down calendar.

Default Behavior

Demonstrates the default behavior of the Date Picker control.

Date Range

Demonstrates how you can limit the selection to a specific range in a calendar by using min and max properties.

Special Dates

Demonstrates how you can mark a date as a special date so it will stand out.

Disabled Dates

Demonstrates how you can disable specific dates in the calendar using the renderDayCell event.

Format

Demonstrates how you can change the format of the selected date.