messages.dateInput.secondString(default: "seconds")

The placeholder for the seconds part.

Example

<input id="timepicker" />
<script>
$("#timepicker").kendoTimePicker({
    dateInput: true,
    messages: {
        dateInput: {
            second: "ss"
        }
    }
});
</script>
In this article
messages.dateInput.second
Not finding the help you need?
Contact Support