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

The placeholder for the seconds part.

Example

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