Kendo UI for jQuery TimePicker Overview

The TimePicker enables users to select time values from a predefined list or enter new ones.

The widget supports configurable options for setting its format, minimum and maximum time, and the interval between the predefined values in the list.

Kendo UI for jQuery Kendoka image

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

Initializing the TimePicker

To initialize the DatePicker, use an id selector.

The widget copies any styles and CSS classes from the input element to the wrapper element.

<input id="timePicker" />

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

Functionality and Features

See Also

In this article