Date and time input without using datatables
Date and time input without using datatables
sagarb
Posts: 2Questions: 2Answers: 0
I was looking at the example provided on the page https://editor.datatables.net/examples/dates/datetime.html for a date and time input. I wanted to achieve something similar however I don't need the datatables. I just want a date and time input field. I was wondering if anyone here knows how I can achieve that or what libraries are used to get that type of an input field.
Thanks in advance!
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
well don't take this the wrong way but, since you don't need datetables you should probably have asked your question elsewhere. But anyway there are a few ways to get this done. Just Google Jquery datetimepicker for example
https://eonasdan.github.io/bootstrap-datetimepicker/
Editor's date time picker is built into Editor. I'd agree with @orionaselite - if you don't need DataTables / Editor, then use a library that is specifically designed for use as a date picker.
Allan