YearReturns a number representing the year in which date occurs.date - any calendar dateFileMaker Pro 6.0 or earlierImportant To avoid errors when using dates, always use four-digit years. For more information about how FileMaker Pro handles two-digit dates, see Conversion of dates with two-digit years.Year(DateSold) returns the year stored in DateSold.Year(“5/5/2014”) returns 2014.Year(Date(Month(Get(CurrentDate)) + 48;Day(Get(CurrentDate));Year(Get(CurrentDate)))) returns the year that is 48 months from today’s date.