<kendo:dateTimePicker-messages>

Allows localization of the strings that are used in the widget.

Example

<kendo:dateTimePicker>
    <kendo:dateTimePicker-messages></kendo:dateTimePicker-messages>
</kendo:dateTimePicker>

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:dateTimePicker-messages weekColumnHeader="weekColumnHeader">
</kendo:dateTimePicker-messages>

Configuration JSP Tags

kendo:dateTimePicker-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:dateTimePicker-messages-dateInput.

Example

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