Skip to main content

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';
import '@mobiscroll/react/dist/css/mobiscroll.min.css';

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

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