Haixing-Hu / vue-datetime-picker

A Vue.js component implementing the datetime picker control using the Eonasdan's bootstrap datetime picker plugin.
http://haixing-hu.github.io/vue-datetime-picker/
MIT License
341 stars 77 forks source link

TypeError: minDate() Could not parse date parameter: NaN #18

Closed nacr closed 7 years ago

nacr commented 7 years ago

Hello on my code, every time the startPicker date is deleted I get this error

´´´TypeError: minDate() Could not parse date parameter: NaN´´´

after that all stops to work.

Can any one help me out?

nacr commented 7 years ago

OK I believe I have resolved the problem, I was using Eonasdan/bootstrap-datetimepicker before and some components still use it.

And that was causing the problem.