pub fn date_format(date: impl Into<Column>, format: impl Into<Column>) -> Column
Converts a date/timestamp/string to a value of string in the format specified by the date format given by the second argument.