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.

<input id="myInput" />
mobiscroll.datepicker('#myInput', {});

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