Kendo UI for jQuery DateTimePicker Overview

The DateTimePicker allows the user to select a value from a calendar or from a time drop-down list, or through their direct input.

ninja-iconThe DateTimePicker component is part of Kendo UI for jQuery, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.Start Free Trial

The DateTimePicker supports configurable options for minimum and maximum value, date and time formats, intervals between predefined hours in the Time view, custom templates for the Month view of the calendar, start view, and a depth for navigation. The first day of the week in the Calendar view depends on the applied culture.

Kendo UI for jQuery DateTimePicker Overview

Functionality and Features

FeatureDescription
Component TypeThe DateTimePicker allows you to choose between two rendering options: standard and modern appearance.
Floating LabelsYou can explicitly set a floating label which floats above the field and remains visible.
Disabled datesThe DateTimePicker allows you to disable specific days which are not intended to be selected by the end user, for example, weekends and national holidays.
Selected date and timeThe DateTimePicker allows you to render a pre-selected date and time, and also define the minimum and maximum date and time slots it displays.
Start view and navigation depthYou can also set the initial view rendered by the DateTimePicker and define the navigation depth of its views.
ValidationThe DateTimePicker is designed to keep its input value unchanged even when the typed date is invalid.
IntervalYou can configure the interval between the time values.
Date and time formattingThe DateTimePicker allows you to define its date and time formatting.
AccessibilityThe DateTimePicker is accessible for screen readers, supports WAI-ARIA attributes, delivers keyboard shortcuts for faster navigation, and allows you to render it in a right-to-left direction.
Automatic CorrectionYou can configure whether the component will autocorrect the user's input when the Min and Max values are set.
Calendar typesYou can use a specific calendar type out of the supported DateTimePicker ones.

Next Steps

See Also