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

The placeholder for the day of the week part.

Example

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