{{tag>Index Function Function_List Date_And_Time}} ====== FULL_YEARS ====== ===== Description ===== Calculates the number of full years between the two dates as an integer constant. Full year difference between 31/12/2004 and 01/01/2005 is 0 ===== Parameters ===== Two attributes of the Date type or date constants or calculations producing date| ===== Example ===== IF FULL_YEARS (Account.OpeningDate, Account.ClosingDate) = 5 THEN ...