Forum Discussion
Elie_HUCHET
4 years agoHelper III
day subtraction
Hello I would like days on today's date. For me the formula would be =Date.AddDays(DateTime.FixedLocalNow,-90) but it doesn't work. =Date.AddDays(DateTime.FixedLocalNow,-90) Also, I have a "funct...
- 4 years ago
() should be appended to FixedLocalNow.
=Date.AddDays(DateTime.FixedLocalNow(),-90)
Vijay_A_Verma
4 years agoMost Valuable Professional
() should be appended to FixedLocalNow.
=Date.AddDays(DateTime.FixedLocalNow(),-90)