Hour

Returns the hour of a date

Function:

Hour(table = string, col = string, new_col = string)

 

Parameters:

Table: Table name on which to perform function

Date Column: Columns to find the Hour

New Column Name: Name for the column

 

Examples:

Hour(table = Budget, col = "Date", new_col = "Hour")