Avatar

Level 10

Hi there, depends which language you will use to do this..

FormCalc would need the use of function Date2Num();//returns number of days since 1 January 1900

JavaScript would need the use of date objects using the getTime() function//Return number of milliseconds since.... 1 January 1970