vue-datepicker
An easy-to-use and customizable date picker component powered by Vue js.
Install
Quick Start
Examples
Customizable Properties
The following customizable properties can be added to the component
- classValue
- calenderType
- placeholder
- format
- value
- yearSelect
- monthSelect
Examples - classValue
This works exactly as class properties. Eg: classValue="form-control" (boostrap class)
(Note : In class="form-control", input will be rendered inside another input.)s
Examples - placeholder
Examples - format
It uses moment js API. Read the moment js documentation for the format. Same format style will be applied to the datepicker.
Moment Js format Docs
Examples - value
Initial value for the datepicker.
Examples - yearSelect
The dropdown year select can be turned off using boolean type to yearSelect
Examples - monthSelect
The dropdown month select can be turned off using boolean type to monthSelect