<kendo:dateInput-messages>

The messages that DateInput uses. Use it to customize or localize the placeholders of each date/time part.

Example

<kendo:dateInput>
    <kendo:dateInput-messages></kendo:dateInput-messages>
</kendo:dateInput>

Configuration Attributes

day java.lang.String

The placeholder for the day of the month part.

Example

<kendo:dateInput-messages day="day">
</kendo:dateInput-messages>

dayperiod java.lang.String

The placeholder for the AM/PM part.

Example

<kendo:dateInput-messages dayperiod="dayperiod">
</kendo:dateInput-messages>

hour java.lang.String

The placeholder for the hours part.

Example

<kendo:dateInput-messages hour="hour">
</kendo:dateInput-messages>

minute java.lang.String

The placeholder for the minutes part.

Example

<kendo:dateInput-messages minute="minute">
</kendo:dateInput-messages>

month java.lang.String

The placeholder for the months part.

Example

<kendo:dateInput-messages month="month">
</kendo:dateInput-messages>

second java.lang.String

The placeholder for the seconds part.

Example

<kendo:dateInput-messages second="second">
</kendo:dateInput-messages>

weekday java.lang.String

The placeholder for the day of the week part.

Example

<kendo:dateInput-messages weekday="weekday">
</kendo:dateInput-messages>

year java.lang.String

The placeholder for the years part.

Example

<kendo:dateInput-messages year="year">
</kendo:dateInput-messages>
In this article
Not finding the help you need?