EOY()

 

Syntax:

       Then: xx=EOY(date_expr)

 

Version Ref:  4.5

Description:

Returns the end of a year for any date expression. If the date expression is left blank, returns the end of the current year.

 

Examples:

Then: payroll_year_ends = EOY(payroll_date)

 

Returns the last day of the year for the payroll_date variable.

 

Then: current_year_ends = EOY()

 

Returns the last day of the current year.