grizzman2000
Programmer
This is the code I have in there:
var f = this.getField("mydate"
;
f.value = util.printd("hh/mm/ss", new Date());
Now how do I get it to update itself so the time is real time??
Thanks
var f = this.getField("mydate"
f.value = util.printd("hh/mm/ss", new Date());
Now how do I get it to update itself so the time is real time??
Thanks