CALC.days360(start_date, end_date, Method)

Return the number of days between the start_date and the end_date, using 12 months of 30 days. Method is false (U.S. NASD) or true (European).

Example

CALC.days360(new Date(2005,1,21), new Date(2006,0,18), false);

// returns 327

<< CALC.day(date) © 1996-2013 InetSoft Technology Corporation (v11.5) CALC.edate(date, months) >>