New to Kendo UI for jQueryStart a free 30-day trial

Format

configuration

Specifies the format, which is used to format the value of the TimePicker displayed in the input. The format also will be used to parse the input.

For more information on date and time formats please refer to Date Formatting.

format

String

Default: "h:mm tt"

<input id="timepicker" />
<script>
$("#timepicker").kendoTimePicker({
    format: "HH:mm"
});
</script>
Not finding the help you need?
Contact Support