Show actual time
I am not sure if it is possible, I have a field that shows the time when the form was opened with the usual code:
var c = this.getField("TimeStamp");
c.value = util.printd ("HH:MM", new Date());
But I would like the time to change as time goes on. The user could have opened the form at 10:00, but took 20 minutes to fill the form, so I would like to see the 10:20 time shown.
Is there a way to see the actual time in a field?
