vue-date-picker
datepicker component for Vue 2.x.
Instllation
Usage
Prop
Prop | Type | Default | Description |
---|---|---|---|
value | String | -- | Date value of the datepicker |
name | String | -- | Input name property |
format | String | YYYY-MM-DD | Date formatting string |
readonly | String | false | Input readonly property |
input-class | Array|Object | -- | Binding class for input |
input-style | Array|Object | -- | Binding inline style for input |