CALC.dateValue(date)

Return the number of days between the epoch (12/31/1899) and DATE.

Example

CALC.datevalue(new Date(1900,0,1));

// returns 1

<< JS.7.1 Date and Time Functions © 1996-2013 InetSoft Technology Corporation (v11.5) CALC.day(date) >>