DateDif-func
Calculates the number of days, months, or years between two dates.
double datedif(double start_date, double end_date, string unit)
start_date
end_date
unit
Return the number of days, months, or years between two dates.
datedif(date(1/1/2001),date(1/1/2003),"Y")=;//2
Date