Subscription renewal date

I have a column containing the customer’s subscription date,
I want to create another column that appear maintenance date automatically.
The difference between them is 30 days.
Is this possible?

Use a math column with the formula Date + 30

Great, thank you.