Edit Content
Click on the Edit Content button to edit/add the content.

April 26, 2012

The YearsBetween Function

«YearsBetween(EndDate,StartDate)» returns the approximate number of years between the two dates. The reason that it is approximate is that it is calculated as the number of days between the two dates divided by 365.25. Thus

Read More »