Hi,
I am trying to substract the date. I have Meeting Date and to calculate Deadline I need to substract exact amount of days base on Market. I tried DateTimeDiff and DateTimeAdd but it didn't worked.
Thanks for any help,
Alicja
Thanks
Hi @boroalicja2 - Here is a solution:
@boroalicja2 Use the DateTimeAdd function to calculate the deadline date
DateTimeAdd([Meeting Date],[Deadline (From Meeting Date)],'days')
I am trying to subtract set of dates from today's date to know how many days since an item have been update.
Any help will be appreciated.