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

The placeholder for the day of the month part.

Example

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