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.

<script setup>
import { MbscDatepicker } from '@mobiscroll/vue';
import '@mobiscroll/vue/dist/css/mobiscroll.min.css';
</script>

<template>
<MbscDatepicker />
</template>

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