Date Picker

The Date Picker component provides a date input field with an integrated calendar picker.

This component leverages the React DayPicker and as a result is a React only component. There is no web component alternative.

The OdsDatePicker component leverages date-fns for date formatting and parsing. This means you can easily customize the date format to match your application’s requirements using the formatString property shown here and any format options supported by date-fns.

Search