snowflake.snowpark.functions.date_from_parts¶
- snowflake.snowpark.functions.date_from_parts(y: Union[Column, str, int], m: Union[Column, str, int], d: Union[Column, str, int]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.16.0/src/snowflake/snowpark/functions.py#L4376-L4394)¶
Creates a date from individual numeric components that represent the year, month, and day of the month.
- Example::