LisaCalc: Using dates in formulas

To use a date in a formula, as for calculating cost per day, you need to
transform the date part into a number. To accomplish this, use the INT
function:

INT('12/4/84'-'1/3/84')*500

Published Date: Feb 18, 2012