pyspark.sql.functions.current_date

pyspark.sql.functions.current_date() → pyspark.sql.column.Column

Returns the current date at the start of query evaluation as a DateType column. All calls of current_date within the same query return the same value.