core.noscript.text
Hi,
Lets say I have a date like this - 2023-03-13
How can I get a date 3 weeks prior ? or 21 days? in a Date format in a new column?
Solved! Go to Solution.
@wonka1234 Use the DateTimeAdd() function
DateTimeAdd([Date],-21,'days')