ROMAN_NUMERALS_MONTH_UDF
Definition
Determines the month of a given date represented in Roman numerals.
Parameters
INPUT
TIMESTAMP_TZ
The date to get the month from.
Returns
A varchar
which is the month of a given date.
Usage example
Input:
Output:
Last updated