New to Kendo UI for jQueryStart a free 30-day trial

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>

See Also

In this article
See Also
Not finding the help you need?
Contact Support