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