spark_connect_rs::functions

Function date_format

Source
pub fn date_format(date: impl Into<Column>, format: impl Into<Column>) -> Column
Expand description

Converts a date/timestamp/string to a value of string in the format specified by the date format given by the second argument.