vue-datepicker-touch
v1.0.0
Published
Vuejs Datepicker
Downloads
3
Maintainers
Readme
Vue.js Datepicker
Bootstrap compatible (v3.3.7) & Touch enabled - Vue.js Datepicker
Requirements
Usage
<vue-datepicker
name="input name"
placeholder="placeholder"
value="'YYYY-MM-DD HH:mm:ss'"
:format="'YYYY-MM-DD HH:mm:ss'"
:min="'YYYY-MM-DD HH:mm:ss'"
:max="'YYYY-MM-DD HH:mm:ss'"
:time="true"
:readonly="true"
:required="false"
:validate="true"
></vue-datepicker>
Props
Name | Type | Default | Description
---|:---|:---:|---
name
| String
| Laravel Plus Datepicker
| Name of the input
placeholder
| String
| Pick a date...
| Placeholder text
:value
| String
| null
| Default value
:format
| String
| YYYY-MM-DD HH:mm:ss
| Output format for the date
:min
| String
| YYYY-MM-DD HH:mm:ss
| Min date to allow for select
:max
| String
| YYYY-MM-DD HH:mm:ss
| Max date to allow for select
:time
| Boolean
| true
| Enable time selection
:readonly
| Boolean
| false
| Make input read only
:required
| Boolean
| false
| HTML5 required attribute
:validate
| Boolean
| false
| Enable validation