Skip to main content

date_format

Function date_format 

Source
pub fn date_format(column: &Column, format: &str) -> Column
Expand description

Format date/datetime as string (PySpark date_format). Accepts PySpark/Java SimpleDateFormat style (e.g. “yyyy-MM”) and converts to chrono strftime internally.