2.1.1 • Published 5 years ago

vuetify-datetime-picker v2.1.1

Weekly downloads
7,335
License
MIT
Repository
github
Last release
5 years ago

vuetify-datetime-picker

GitHub license npm version CircleCI

DatetimePicker component for Vuetify.js.

Online Demo

Demo Source Code

Installation

npm install --save vuetify-datetime-picker

or

yarn add vuetify-datetime-picker
import Vue from 'vue'
import DatetimePicker from 'vuetify-datetime-picker'
// (Optional) import 'vuetify-datetime-picker/src/stylus/main.styl'

Vue.use(DatetimePicker)

If use the main.styl, you should configure the stylus-loader in webpack.config.js, or just ignore this style sheet.

Usage

Once installed, it can be used in a template as simply as:

<v-datetime-picker label="Select Datetime" v-model="datetime"> </v-datetime-picker>

Properties

NameTypeDefault ValueDescription
datetime (model)Date/StringTime picker model.
disabledBooleanfalseInput is disabled.
loadingBooleanfalseInput is loading.
labelstringSets input label.
dialogWidthNumber340The width of the dialog.
dateFormatstringyyyy-MM-ddDefines the format of a date.
timeFormatstringHH:mmDefines the format of a time.
clearTextstringCLEARSets the text of the clear button.
okTextstringOKSets the text of the ok button.
textFieldPropsObjectText fields properties. See Vuetify Docs
datePickerPropsObjectDate pickers properties.See Vuetify Docs
timePickerPropsObjectTime pickers properties.See Vuetify Docs

Events

NameArgumentsDescription
inputvalue (Date/String)The updated bound model

Slots

NameDescription
dateIconSlot to put custom icon in the date tab.
timeIconSlot to put custom icon in the time tab.
actionsSlot to put custom buttons in the dialog.
progressSlot for custom progress linear (displayed when loading prop is not equal to Boolean False)
2.1.1

5 years ago

1.1.3

5 years ago

2.1.0

5 years ago

2.1.0-beta3

5 years ago

2.1.0-beta2

5 years ago

2.1.0-beta1

5 years ago

1.1.2

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

1.1.1

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.1.0

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago