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.47.0/src/snowflake/snowpark/functions.py#L4103-L4155)¶
Converts an input expression into the corresponding date in the specified date format.
- Example::
- Example::
- Example::