0.5.6 • Published 6 years ago

vuetify2.x-datetime-picker v0.5.6

Weekly downloads
31
License
-
Repository
github
Last release
6 years ago

vuetify2.x-datetime-picker

A Vuetify Date/Time Picker made from existing Vuetify Components. More props will be added for greater flexibility.

Install

npm install vuetify2.x-datetime-picker --save

or

yarn add vuetify2.x-datetime-picker

Usage

import VDateTimePicker from 'vuetify2.x-datetime-picker'

...

Vue.use(VDateTimePicker)
<v-datetime-picker @save="saveMethod" label="Date/Time Picker" v-model="datetime" filled></v-datetime-picker>

Props

NameTypeDefault ValueDescription
dateFormatStringYYYY-MM-DDFormat of the date.
timeFormatStringHH:mmFormat of the time
pickerWidthString290Width of the both pickers in px
labelStringDate/Time PickerLabel that display as part of the input
iconStringeventicon that displays beside the text field
filledBooleanfalseApplies the alternate filled input style

Events

NameArgumentsDescription
inputvalue (Date/String)The updated bound model
savevalue (Datetime/String)Emmited when completing picker
0.5.6

6 years ago

0.5.5

6 years ago

0.5.4

6 years ago

0.5.3

6 years ago

0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago