How to get current time/date to show in custom dynamic stamp?
How do I get my custom dynamic stamp to reflect current date? I've put in what I believe to be the appropriate javascript in the custom calculation script of the field properties:
[event.value = util.printd("h:MM tt, mmm dd yyyy", new Date);]
but the stamp just shows the date/time that was current when this script was first saved in the field properties. If I use the stamp a day later, it continues to show this same original date.
Mark L