Skip to content

date_sub

function date_sub(column, days): Column;

Defined in: functions/datetime.ts:78

Returns the date that is the given number of days before the start date.

ParameterType
columnColOrName
daysnumber

Column