Date of my choosing + 60 days?

Is there a formula that will automatically calculate 60 calendar days after a date that I type?
For example, I want the macro to display 60 days from 3/1/21 or any other date that I input. I'm not seeing how to do this with the shift date option.

Hi, and welcome to the forum! :slight_smile:

Yes, something like this would work:

{formtext: default=3/1/21; name=date}
Plus 60 Days: {time: LL; shift=+60D; at={=date}; pattern=M/D/YY}

Awesome. Thank you and that saves me time!

Happy to help! We love saving time :slight_smile: