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