Good morning, i´v managed to create a custom stamp date...but i need the stamp to print the original date of creation of the document, stated on is propoerties...not the actual date or the date the doc was moved or copied...Thanks in advance
Good morning, i´v managed to create a custom stamp date...but i need the stamp to print the original date of creation of the document, stated on is properties...not the actual date or the date the doc was moved or copied...
var strMsg = util.printd("ddd, mmmm dd, yyyy",this.creationDate);
strMsg += " at " + util.printd("h:MM:ss tt", this.creationDate);
this.getField("DateCreation").value = strMsg;
What i am doing wrong?
Thanks in advance