Sorry to bubble up an older thread, but if I have two controls to try and get the day and time (dateinput for day and input type of time for time), what is the best way to calculate the dateTime for that?
Right now my current approach is to datetime the day input, and then calculate the number of seconds from the time input; adding them both together.