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