days between(start, end)days Type: (Date, Date) -> Number{day}

Calculates the number of days between two dates.

If the first date is before the second date, the returned number is positive. If the first date is after the second date, the returned number will be negative.

ExamplesClick an example to insert it
days between(from text("7 May 2003"), from text("16 October 2004"))528{day}