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

Time format not working with Vuejs 1.0.10 #2

Closed neeravp closed 8 years ago

neeravp commented 8 years ago

I am trying to use with Vue1.0.10, but I am not able to get the time format right. I am getting control to show hours:mins:sec even if I set the type="time" and format="LT". I am not getting the AM/PM toggle. Also when I set the type to time, it still displays the calendar icon instead of clock.
Can you please point me in the right direction as to how to get the clock icon as well as the AM/PM toggle button in the control.
Thanks

Haixing-Hu commented 8 years ago

It has been upgrade to Vue.js v1.0.x.