Date/Month Pickers

The v-date-picker is stand-alone component that can be utilised in many existing Vuetify components. It offers the user a visual representation for selecting date/month.

<template>
  <v-date-picker v-model="picker"></v-date-picker>
</template>

Last updated