DAY_OF_WEEK_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 day name given a timestamp.

PUBLIC.DAY_OF_WEEK_LONG_UDF(INPUT_DATE TIMESTAMP)

Parameters

INPUT_DATE TIMESTAMP

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

Returns

The day name (in English).

Last updated