Skip to content

datediff

function datediff(end, start): Column;

Defined in: functions/datetime.ts:68

Returns the number of days from start to end.

Parameter Type
end ColOrName
start ColOrName

Column