Previous | Next | (P-PDF) JavaScript
Topic: Date Misreporting in 4.0
Conf: (P-PDF) JavaScript, Msg: 28567
From: dgall
Date: 10/16/2001 01:33 AM
I stumbled across the format I need. I did find, however, that using lower case 'H' & 'M' would not report the current system date & time, but rather the last modified date & time of the doc.
util.printd("mm/dd/yy H:Mtt", new Date())
thanks,