Here is one that is built with Vue from Bootstrap libraries. https://github.com/yuche/vue-strap
Vue.js DatePicker with Time
Hello,
Quick question is there any pure javascript date picker with time support that you can recommend?
Tks
hello @infernobass7 it seems not to have datetime support!?!
Here is one that I have found that runs with bootstrap 3 https://eonasdan.github.io/bootstrap-datetimepicker/
I've been looking for this for ages. Not only that, I can't even find a vanilla Javascript date and time picker either, just date pickers. Which means I'm going to to have to add jQuery for this and another module because my JS isn't good enough, yet, to build it up myself.
If you do find a native Javascript or Vue date and time picker, do let me know.
Thanks, Jacks.
Check Vue awesome, a great list of resources. You have four different datepickers in there.
I use the picker from materialize CSS.
I think you're looking for this: https://github.com/Haixing-Hu/vue-datetime-picker
Pretty powerfull calender and datepicker Vue plugin: VCalendar https://vcalendar.io
Element has a nice one that doesn't rely on jQuery, moment or I believe any outside libraries:
https://element.eleme.io/#/en-US/component/datetime-picker
You don't have to load the entire library. You can just select which components you want.
Flat pickr is a really nice one.
Please or to participate in this conversation.