Date and time input without using datatables

Date and time input without using datatables

sagarbsagarb 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

Answers

  • orionaseliteorionaselite Posts: 49Questions: 13Answers: 4
    Answer ✓

    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/

  • allanallan Posts: 63,096Questions: 1Answers: 10,390 Site admin

    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

This discussion has been closed.