Answered
HI Experts,
I am very new to javascript and in need to create one of a form field to be something like Auto ID using the day of the year for example: "0203 " for January 20, 2003, this consists of Day Day Day Year or something like that.
Any assistance or direction will be appreciated. Thank you.
Long
Product: AcroForm
In JavaScript this object can be converted into a number that will be number of milliseonds form a set Epoch date. Once you get this value of January 1 and the current date, a subtraction and a division will get you there.
George Kaiser