snowflake.snowpark.functions.to_date¶
- snowflake.snowpark.functions.to_date(e: Union[Column, str], fmt: Union[Column, None, bool, int, float, str, bytearray, Decimal, date, datetime, time, bytes, NaTType, float64, list, tuple, dict] = None) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.30.0/snowpark-python/src/snowflake/snowpark/functions.py#L4378-L4418)¶
Converts an input expression into a date.
Example: