I have two fields that I am trying to combine into a DateTime field. The first field is a DATE field and the second field is a character field that has the time in 24hour format.
For example:
field1: 10/02/13 field2: 19:58:18
How can I get this into a DATETIME field?