snowflake.snowpark.functions.date_part¶
- snowflake.snowpark.functions.date_part(part: str, e: Union[Column, str]) Column[source]¶
Extracts the specified date or time part from a date, time, or timestamp. See DATE_PART for details.
- Parameters:
part – The time part to use for the addition.
e – The column expression of a date, time, or timestamp.
Example: