FIRST_DAY_OF_MONTH_ISO_UDF

This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.

Definition

The User-defined function (UDF) indicates the first day of a month in ISO formatting.

PUBLIC.FIRST_DAY_OF_MONTH_ISO_UDF(YEAR NUMBER, MONTH NUMBER)

Parameters

YEAR NUMBER

A number that represents the year.

MONTH NUMBER

A number that represents the month.

Returns

Returns the first day of the month in ISO formatting.

Example

This UDF is a derived function which is used inside the DAYNUMBER_OF_MONTH_UDF function.

Last updated