DateDiff()
DateDiff() returns a Long representing the number of time intervals between two specified dates.
Syntax
DateDiff ( interval, date1, date2 [, firstdayofweek] [, firstweekofyear] )
interval can be any of the intervals defined in the DatePart() function
date1 and date2 are the two ...