This is a deprecated version of the SnowConvert documentation, please visit the official site HEREarrow-up-right.
UDF that process the last day of December with ISO year. It is used to calculate the result of PUBLIC.YEAR_END_IDO_UDF.
PUBLIC.LAST_DAY_DECEMBER_OF_ISO_UDF(INPUT TIMESTAMP_TZ)
INPUT TIMESTAMP_TZ
INPUT
The date to get the last day of December using ISO year.
A date which is the last day of December using ISO year.
Input:
Output:
Last updated 1 year ago
SELECT PUBLIC.LAST_DAY_DECEMBER_OF_ISO_UDF(DATE '2022-01-01');
2021-12-31