messages.dateInput.weekdayString
(default: "day of the week")
The placeholder for the day of the week part.
Example
<input id="datepicker" />
<script>
$("#datepicker").kendoDatePicker({
messages: {
dateInput: {
weekday: "Jour de la semaine"
}
}
});
</script>
In this article