moving a date-picker value into a string through a custom calculation script
I have a built-in date picker on the page 1 of my pdf. On page 3, there is a label field for me to piece together info on the page 1. I have spent three days, without success, on finding a refrence about extracting the page-1 date-picker value (FailureDate) into a string. Javascript formula like util.printd("mm/dd/yyyy", this.FailureDate) and util.printd("mm/dd/yyyy", this.getField("FailureDate")) do not work. Please help. Thanks.
