dynamic Stamp
The dynmaic stamp is not working correctly, the Date and Time stay the same as when the stamp was created when i add my stamp to a pdf.
I tried these 2 different Java Scripts and it doesn't seem to work with none of them:
- this.getField("Text6").value=util.printd("dd.mm.yyyy, HH:MM:ss", new Date());
event.value = util.printd ("dd mmm yyyy", new Date);
Does ayone have a clue ?
