For the most part, I know how to use basic ICU tokens. However, I do not know how to add days to a date other than Today's date. For example, if using the drop down date format, within the Prompt for User action, I don't know how to use that variable, to add days, in an %ICUDateTimeFor% token. So if I select, 10/3/2023, I don't know how to use that Local__Date variable to add 5 days and display 10/8/2023.
Thanks for the suggestion. I read that post a few times before asking. I'm pretty sure if you were at your machine, you would have solved it because you are always so helpful.
I figured it out that I had to perform a set to calculation action (example below):
set Local__Date to Local__Date + (5 * 24 * 60 * 60)
Then I was able to solve it . I'm sure there is an easier way. Maybe it's in the post but I got to cluttered to see it. I just thought I could perform it with a single ICU Token.
Anyway, here is the macro for those interested. Please feel free to chop it up and educate me. I'm pretty sure if @mrpasini was around, as well, he would have this type of code in a disabled macro on his NAS drive.
LOL. I think you nailed it, @kcwhat. I might suggest doing the math all at once ( * 86400) to make me look smarter than I am, but it's Sunday and my only day of rest.