{{tag>Index Function Function_List Date_And_Time}} ====== YEAR ====== ===== Description ===== Returns the year of the provided date as an integer constant ===== Parameters ===== Attribute of the Date type or date constant or calculation producing a date ===== Example ===== IF YEAR (Account.OpeningDate = 2004) THEN ...