The FORMAT-DATETIME directive formats CDAP datetime values to custom pattern strings.
format-datetime <datetime_column> "<pattern>"
The FORMAT-DATETIME directive will format CDAP datetime values to custom pattern strings. Pattern is the format for the output string.
If the column is null
applying this directive is a no-op.
The column to be formatted should be of type datetime.
See FORMAT-DATE for an explanation and examples the pattern strings.