hilongjw / vue-datepicker

[Deprecated] calendar and datepicker component with material design for Vue.js
http://hilongjw.github.io/vue-datepicker/demo.html
MIT License
702 stars 207 forks source link

how to Set End Date #76

Open shireen22 opened 7 years ago

cliftonscott commented 7 years ago

limit: [{ type: 'fromto', from: '2015-01-01', to: moment().day(2).format('YYYY-MM-DD') }],