DatePicker

Pick a date

View on GitHub

Usage

DatePicker extends the Calendar component. All props from Calendar are available.

To show the dropdowns to pick a month and year, set the toYear and fromYear props.

<DatePicker fromYear={2010} toYear={2020} />

DatePicker

DateRangePicker

With input