addYears()
The addYears() function provides the ability to add or subtract years from a date. Syntax addYears(date, integer) Argument Description date (required) An expression that results in a date value (i.e., a hard-coded date, a reference to a date attribute, or a function that returns a date value). integer (required) The…