DateInput

The DateInput component presents a text input field that allows the user to type a date in a specific format.

Globalization Support

Out of the box, the Telerik and Kendo UI DateInput delivers globalization support which enables you to adapt the component to different cultures by providing options to translate its text messages (localization support) and also by allowing you to render its content in a right-to-left direction (RTL support).

Localization

By default, the DateInput shows its messages in American English (EN-US). To change the displayed language, include an additional localization script file in the document, which will replace the default messages in the component prototype with their equivalent translations.

RTL

Right-to-Left (RTL) support represents the ability of a library, website, or application to handle and respond to users who communicate through right-to-left languages such as Arabic, Hebrew, Chinese, Japanese, and others.

The Telerik and Kendo UI DateInput comes with built-in RTL support and enables you to render its content and set its position from right to left.

Two variants of the Telerik and Kendo UI DateInput component showing the right-to-left option displaying its default rendering and the rendering with spin buttons respectively.
  1. DateInput (default)
  2. DateInput with spin buttons
Feedback