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.

Parameter Type
column ColOrName
months number

Column