Previous | Next | (P-PDF) What's Wrong with my PDF?
Topic: how to calculate dates
Conf: (P-PDF) What's Wrong with my PDF?, Msg: 140365
From: gkaiseril
Date: 9/30/2005 11:59 PM
You can download FormCalc 2.0 Specification and look at the "Date2Num()" built-in function. This function returns the number of days from January 1, 1900. You can then use the 'Date2Num" function to convert the 2 dates to the number of days since the epoch date and then subtract the results of one from the other and get the resulting difference.