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

TimeFormat

configuration

Specifies the format, which is used to format the values in the time drop-down list.

Default: "h:mm tt"

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