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.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
months | number |