bv-date-time-picker
1.1.2 • Public • Published
npm install --save bv-date-time-picker
import Vue from "vue";
import DateTimePicker from "bv-date-time-picker";
Vue.use(DateTimePicker);
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. |
Name |
Arguments |
Description |
Input |
value (String) |
Date string |
Package Sidebar
Install
npm i bv-date-time-picker
Weekly Downloads