Skip to content

add_months

function add_months(column, months): Column;

Defined in: functions/datetime.ts:98

Returns the date that is the given number of months after the start date.

ParameterType
columnColOrName
monthsnumber

Column