<kendo:datePicker-messages>
Allows localization of the strings that are used in the widget.
Example
<kendo:datePicker>
<kendo:datePicker-messages></kendo:datePicker-messages>
</kendo:datePicker>
Configuration Attributes
weekColumnHeader java.lang.String
Allows customization of the week column header text in the Calendar. Set the value to make the widget compliant with web accessibility standards.
Example
<kendo:datePicker-messages weekColumnHeader="weekColumnHeader">
</kendo:datePicker-messages>
Configuration JSP Tags
kendo:datePicker-messages-dateInput
The messages that DateInput uses. Use it to customize or localize the placeholders of each date/time part.
More documentation is available at kendo:datePicker-messages-dateInput.
Example
<kendo:datePicker-messages>
<kendo:datePicker-messages-dateInput></kendo:datePicker-messages-dateInput>
</kendo:datePicker-messages>