Returns the year of a date
Function:
Year(table = string, col = string, new_col = string)
Parameters:
Table: Table name on which to perform function
Date Column: Columns to find the Year
New Column Name: Name for the column
Examples:
Year(table = Budget, col = "Date", new_col = "Year")