Programming Reference Manual
 
Syntax
 
EasterDate(year)
 
Description
Return the Easter date for the given year as a date value.
 
Parameter
Description
year
Numeric, determines the year for which the easter date is to be calculated for.
See Also
 
Example
 
Sub Main
    Debug.Print EasterDate(2010) ' example: 4/4/2010
End Sub