Select A1.
RightClick -> Format Cells -> Custom.
Just under the Title Type: type the following:
m/dd/yyyy hh:mm AM/PM -> Click OK
You can drop the AM/PM if you want 24 hour time format instead of 12.
Copy A1 to C1.
Select B1.
RightClick -> Format Cells -> Time -> Select h:mm:ss PM
In C1 type the following:
=IF($A1="","",$A1+$B1)
Copy down to your desired amount of rows
HTH
Mick