messages.dateInput.dayString(default: "day")

The placeholder for the day of the month part.

Example

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