How can i add datetimepicker to a date and time text field on a form?

How can i add datetimepicker to a date and time text field on a form? i want the date and the time to be submitted in the database.
Im using MYSQL Server version: 5.7.14

thanks

Assuming you’re working with HTML5, can you not use the built in date/time picker?

<input type="datetime-local" id="someID" class="someClass">
1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.