I am using the DateDiff function to calculate the number of months a report spans. I would expect, for example, that a report that spans from January 1,2004 to December 31, 2004 would return with a count of 12 months, but it is returning 11 months.
Please advise what I may be overlooking.
DateDiff ("m",{?START DATE} ,{?END DATE} )
Thanks in advance.
Please advise what I may be overlooking.
DateDiff ("m",{?START DATE} ,{?END DATE} )
Thanks in advance.