Kendo UI for jQuery DateInput Overview

The DateInput represents an input field that recognizes and formats scheduling values such as dates.

It provides separate sections for days, months, years, hours, and minutes, and also supports the customization of date and time formats.

Kendo UI for jQuery Kendoka image

The DateInput 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.

Basic Configuration

The following example demonstrates how to initialize the DateInput.

    <input id="dateInput" />

    <script>
      $(document).ready(function(){
        $("#dateInput").kendoDateInput();
      });
    </script>

Functionality and Features

See Also

In this article