hi,
this is probably a simple solution but nothing is coming up in searches except date and time pickers.
i basically have a datetime column in mysql database.
i have an input field for my date part and i want to create a second input field in my form to allow the keying of the time.
the thing is i want the date and the time to insert into the same column, so not sure if i need to create a hidden field that puts the 2 together so when it inserts into the database as the one datetime?
not sure of this is correct of the code for this.
hope someone can help.
many thanks