--- title: Usage position: 2 seo_title: Guidelines for Using the DateInput Component seo_description: Get the knack of the Telerik and Kendo UI DateInput and learn how to use and implement the component by following the instructions and recommendations in the user guidelines created by our designers. --- ## Usage Guidelines The Telerik and Kendo UI DateInput is preferable in scenarios where the users are familiar with the date format and need to quickly and accurately type in specific dates. This approach is suitable for users who are comfortable with keyboard input and don't require the additional assistance of a calendar picker. It can be particularly useful in situations where the date format is standardized or widely known, reducing the need for extra interactions and streamlining the user experience. The DateInput requires you to follow some basic principles when using the component. ### Text Label The label of the DateInput provides a clear and concise description of its purpose, making it easier for users to interact with the interface and understand it. Always display a label unless the DateInput is next to another component that already has a label. The label of the DateInput can be set as part of the Telerik and Kendo UI Form component. ![A Telerik and Kendo UI DateInput with a clear label](images/components-dateinput-usage-text-label-do.png "Use Telerik and Kendo UI DateInput components with clear and concise labels.") ![A Telerik and Kendo UI DateInput with a missing label](images/components-dateinput-usage-text-label-dont.png "Don't use the Telerik and Kendo UI DateInput without a label.") ### Placeholder The placeholder text in the DateInput component plays a crucial role in guiding users to input dates correctly. A well-crafted placeholder can provide clear instructions or example dates, enhancing user understanding and interaction with the component. ![A Telerik and Kendo UI DateInput with a descriptive placeholder](images/components-dateinput-usage-placeholder-do.png "Use Telerik and Kendo UI DateInput components with descriptive placeholders.") ![A Telerik and Kendo UI DateInput with vague placeholder text](images/components-dateinput-usage-placeholder-dont.png "Don't use Telerik and Kendo UI DateInputs with vague placeholder text.") ### Incremental Steps The Incremental Steps feature of the DateInput component allows users to navigate through dates by using predefined steps. Depending on the specific context and user needs, the incremental steps can be triggered either by using the keyboard arrows or spin buttons. ![A Telerik and Kendo UI DateInput demonstrating consistent rendering](images/components-dateinput-usage-incremental-steps-do.png "Use the same rendering for the Telerik and Kendo UI DateInput components in your apps.") ![Incorrect mixture of Telerik and Kendo UI DateInputs using different rendering](images/components-dateinput-usage-incremental-steps-dont.png "Don't mix Telerik and Kendo UI DateInputs that use spin buttons with others that don't.")