Ok, I've tried for hours getting the formula I need and I just don't have the formulating experience or understanding to create what I need, which is adding 14 days to the current date while getting the date to display in SharePoint workflow emails without the time added.
Here is what I created, another field with the concat and substrings, but it's not working right in adding the days: concat(substring(today(), 6, 2), "/", substring(today(), 9, 2), "/", substring(today(), 0, 5), addDays(., 14))
Any suggestions?