Thank you for asking the question. Azure Databricks supports a vide variety of built-in functions. This include several functions for date manipulation. I recommend you to go through the date functions in Azure Databricks from the below URL.
Basically, you can use the DateAdd Function to add or subtract days from the date. To subtract, pass the argument as negative. More details can be found in the below URL.
https://learn.microsoft.com/en-us/azure/databricks/sql/language-manual/functions/date_add
Hope this helps