Adding days to a date

There doesn’t seem to be a formula to modify dates i.e. the dateadd function of Airtable. For example, if I want to calculate the date that is 1 year away from today, I would use DATEADD(today(),1,‘years’) in Airtable.

Is there a similar function in Baserow? Or how else can I calculate this?

Thanks

Solved it!

For other people if they face this issue: formula is date_interval(‘1 day’)+field(‘Last Run Date’)