<kendo:datePicker-messages-dateInput>
The messages that DateInput uses. Use it to customize or localize the placeholders of each date/time part.
Example
<kendo:datePicker-messages>
<kendo:datePicker-messages-dateInput></kendo:datePicker-messages-dateInput>
</kendo:datePicker-messages>
Configuration Attributes
day java.lang.String
The placeholder for the day of the month part.
Example
<kendo:datePicker-messages-dateInput day="day">
</kendo:datePicker-messages-dateInput>
dayperiod java.lang.String
The placeholder for the AM/PM part.
Example
<kendo:datePicker-messages-dateInput dayperiod="dayperiod">
</kendo:datePicker-messages-dateInput>
hour java.lang.String
The placeholder for the hours part.
Example
<kendo:datePicker-messages-dateInput hour="hour">
</kendo:datePicker-messages-dateInput>
minute java.lang.String
The placeholder for the minutes part.
Example
<kendo:datePicker-messages-dateInput minute="minute">
</kendo:datePicker-messages-dateInput>
month java.lang.String
The placeholder for the months part.
Example
<kendo:datePicker-messages-dateInput month="month">
</kendo:datePicker-messages-dateInput>
second java.lang.String
The placeholder for the seconds part.
Example
<kendo:datePicker-messages-dateInput second="second">
</kendo:datePicker-messages-dateInput>
weekday java.lang.String
The placeholder for the day of the week part.
Example
<kendo:datePicker-messages-dateInput weekday="weekday">
</kendo:datePicker-messages-dateInput>
year java.lang.String
The placeholder for the years part.
Example
<kendo:datePicker-messages-dateInput year="year">
</kendo:datePicker-messages-dateInput>