Creates a Column that will be updated based on Todays date
Function:
Today(table = string, new_col = string)
Parameters:
Table: Table name on which to perform function
New Column Name: Name for the column
Examples:
Today(table = Budget, new_col = "Today")