Acrobat forms and LiveCycle Designer use different lowest common denominator for the date object. Acrobat form reduces everything to milliseconds and LiveCycle Designer uses days for dates.
Acrobat forms uses a date time object and this is documented in the JavaScript Scripting Guide, downloadable as part of the SDK Documentation.
LiveCycle Designer has "Scripting Reference" under the help menu option and you can read about the "Date2Num()" function.
Acrobat forms and LiveCycle Designer use different lowest common denominator for the date object. Acrobat form reduces everything to milliseconds and LiveCycle Designer uses days for dates.
Acrobat forms uses a date time object and this is documented in the JavaScript Scripting Guide, downloadable as part of the SDK Documentation.
LiveCycle Designer has "Scripting Reference" under the help menu option and you can read about the "Date2Num()" function.
George Kaiser