Skip to main content

DatePicker

By clicking on the DatePicker a calendar will be displayed, thus allowing a date to be selected. To select a specific period, use the DateRangePicker component.

Localization

Through the locale property, the DatePicker allows the information displayed in the calendar to be in accordance with the given location. Date formatting is not done automatically, based on the locale received. To format the date, use the dateFormat property. For more details visit our Component API tab.

Good habits

Feedback