Dynamic Stamps update date automatically
I have tried creating a stamp with the following javascript:
event.value = util.printd("h:MM tt, dd mmm yyyy", new Date);
event.value = (new Date()).toString();
AFDate_FormatEx("H:MM , dd/mm/yyyy");
but it not updating the date and time automatically.
I have searched and tried several different versions of the javascript and none of the seam to update the date and time.
Any help would be appriciated.
