Try this.. Language needs to FormCalc.
Place a hidden text field and place the below code in the Exit event of the Date Field.
Replace Date() and Time() below with the appropriate Field values.
$
= Concat(Num2Date(Date(),"YYYY-MM-DD"),"T", Num2Time(Time(), "HH:MM:SS"));
Thanks
Srini