JULIAN_TO_DATE_UDF
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Definition
User-defined function (UDF) that transforms a Julian Date (YYYYDDD) into a Gregorian date.
Parameters
JULIAN_DATE
CHAR
The Julian date to transform.
Returns
The date representation of the Julian date or null if conversion is not possible.
Usage example
Input:
Output:
Migration example
Input:
Output:
Last updated