bv-date-time-picker

1.1.2 • Public • Published

Vuetify Date Time Picker

Screenshot

Vuetify Date Time Picker Preview

Installation

npm install --save bv-date-time-picker

Usage

import Vue from "vue";
import DateTimePicker from "bv-date-time-picker";

Vue.use(DateTimePicker);

Props

Name Type Default Value Description
value String null Datetime string in YYYY-MM-DD HH:mm:ss format
textFieldProps Object null Object of all the props of v-text-field component
timepickerProps Object null Object of all the props of v-time-picker component
textFieldProps Object null Object of all the props of v-text-field component
displayDateFormat Object MMM DD, YYYY hh:mm a Date time format used in text field to display the date.

Events

Name Arguments Description
Input value (String) Date string

Package Sidebar

Install

npm i bv-date-time-picker

Weekly Downloads

2

Version

1.1.2

License

MIT

Unpacked Size

13.7 kB

Total Files

11

Last publish

Collaborators

  • arunmah