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

The placeholder for the seconds part.

Example

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