snowflake.snowpark.functions.previous_day¶
- snowflake.snowpark.functions.previous_day(date: ColumnOrName, day_of_week: ColumnOrLiteral) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.3.0/src/snowflake/snowpark/functions.py#L2396-L2413)¶
Returns the date of the first specified DOW (day of week) that occurs before the input date.
Example: