snowflake.snowpark.functions.date_format¶
- snowflake.snowpark.functions.date_format(c: Union[Column, str], fmt: Union[Column, str]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.25.0/snowpark-python/src/snowflake/snowpark/functions.py#L3123-L3149)¶
Converts an input expression into the corresponding date in the specified date format.
- Example::
- Example::