[✅ Solution] Add x days to date in Calc field

How do we add n days to date field in a calculation field to show new date? Seems so simple, I just am not able to get it to work.

date_fns.addDays(${your date} , ${number of days})
3 Likes

Thank you @Jason . I would have never guessed it. I wish Calc fields have suggestions like script field in automations.

Sometimes I write in a script block to make sure have it correct then copy it across, this one I had used earlier so i actually remembered it :wink: