Skip to main content
Version: 5.35.0

Date & Time picker

The Datepicker component is the ultimate tool for selecting a single date and/or time, multiple dates or a date range.

Usage

The following example will create a Datepicker with default options.

import { Datepicker } from '@mobiscroll/react';

function App() {
return <>
<Datepicker />
</>
}

For many more examples - simple and complex use-cases - check out the date & time picker demos.