Hi All,
I want to get the number of days from dateformula datatype, like 1M = 31D, 1Y = 365D, 1W = 7D How can i achieve this ?
Also whats the difference between 28D and D28?
The result of :
- CalcDate('-28D',Today()) = 2/29/2020.
- ClacDate('-D28',Today()) = 2/28/2020 , how? Please explain in detail?