Localization
The DateInput provides options for modifying the text that is displayed in the placeholders based on your requirements.
<input id="dateinput" />
<script>
$("#dateinput").kendoDateInput({
format: "dd / MMMM / yyyy",
messages:{
month:"____",
year:"____",
day:"__",
}
});
</script>