messages.dateInput.weekdayString(default: "day of the week")

The placeholder for the day of the week part.

Example

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