trunc
function trunc(column, format): Column;Defined in: functions/datetime.ts:138
Truncates a date to the specified format (e.g. “year”, “month”).
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
format | string |
function trunc(column, format): Column;Defined in: functions/datetime.ts:138
Truncates a date to the specified format (e.g. “year”, “month”).
| Parameter | Type |
|---|---|
column | ColOrName |
format | string |