CAST_DATE_UDF
Last updated
Last updated
The function processes a timestamp in string format to a date. It returns a date with the specified format.
DATESTR
STRING
The date as a string
to be formatted. The format should be 'YYYY-MM-DD"T"HH24:MI:SS.FF'
e.g. '2024-01-25T23:25:11.120'
.
Please review the following information about formatting .
Returns a date
with the new format applied.
Input:
Output: