Skip to content

dayofweek

function dayofweek(column): Column;

Defined in: functions/datetime.ts:23

Extracts the day of the week as an integer (1 = Sunday, 7 = Saturday) from a given date/timestamp/string.

ParameterType
columnColOrName

Column