<kendo:timePicker-messages>

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

Example

<kendo:timePicker>
    <kendo:timePicker-messages></kendo:timePicker-messages>
</kendo:timePicker>

Configuration Attributes

cancel java.lang.String

Allows customization of the Cancel button text in the TimePicker.

Example

<kendo:timePicker-messages cancel="cancel">
</kendo:timePicker-messages>

hour java.lang.String

Allows customization of the Hour text in the TimePicker.

Example

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

millisecond java.lang.String

Allows customization of the Millisecond text in the TimePicker.

Example

<kendo:timePicker-messages millisecond="millisecond">
</kendo:timePicker-messages>

minute java.lang.String

Allows customization of the Minute text in the TimePicker.

Example

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

now java.lang.String

Allows customization of the Now text in the TimePicker.

Example

<kendo:timePicker-messages now="now">
</kendo:timePicker-messages>

second java.lang.String

Allows customization of the Second text in the TimePicker.

Example

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

set java.lang.String

Allows customization of the Set button text in the TimePicker.

Example

<kendo:timePicker-messages set="set">
</kendo:timePicker-messages>

Configuration JSP Tags

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

Example

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