Skip to main content
Version: 5.25.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.

<script setup>
import { MbscDatepicker } from '@mobiscroll/vue';
</script>

<template>
<MbscDatepicker />
</template>