Hello,
There is no selector mechanism available for the Date/Time field.
There is not build in function to pick up a time.
You can create a time field, that updates the time every time.
So it works similar like a timestamp.
Put this FormCalc script into the layout:ready event of the field.
$ = Num2Time(time(), "HH:MM:SS")
Thanks,
Debadas.