Skip to content

DaysBetween

Shaun Lawrence edited this page Aug 13, 2020 · 2 revisions

Returns the number of days between the supplied date/times.

DaysBetween(start, end)

Parameters

start

The starting date/time.

Type DateTime
Required Yes

end

The ending date/time

Type DateTime
Required Yes

Examples

DaysBetween(#01/01/2020#, #25/12/2020#)

Returns the number of days between the two dates (359).

Clone this wiki locally