Help

Calculate on date formats

Topic Labels: Dates & Timezones
Solved
Jump to Solution
531 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Panpi_Daguerre
5 - Automation Enthusiast
5 - Automation Enthusiast

Hello Airtable community ! :grinning:
I am once again asking for your advice.
My problem is that want to remove a month on my date formula which is :
UPPER((DATETIME_FORMAT({Date}), “MMMM”))

So my result looks like this “FEBRUARY” but i want my result to be -1 month so if the date is FEBRUARY, i want it to be JANUARY. I don’t know how to do that can somebody help me ? :thinking:

1 Solution

Accepted Solutions
augmented
10 - Mercury
10 - Mercury

Replace {Date} with DATEADD({Date},-1,‘month’)

Good luck!

See Solution in Thread

1 Reply 1
augmented
10 - Mercury
10 - Mercury

Replace {Date} with DATEADD({Date},-1,‘month’)

Good luck!