MONTH_NAME_LONG_UDF

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

Definition

User-defined function (UDF) that allows getting the complete month name given a timestamp.

PUBLIC.MONTH_NAME_LONG_UDF(INPUT_DATE TIMESTAMP)

Parameters

INPUT DATE

The date as timestamp to be processed as a complete month name.

Returns

The month name (in English).

Last updated