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

If the default value is date, it cannot be identified directly. #138

Open Domingowen opened 6 years ago

Domingowen commented 6 years ago

Request assistance to process if the default value is set new Date();how to return ? this is my code date:{ time:new Date(new Date().setHours(0,0,0,0)-246060*1000).toString }