Hi!
{StartDate} = 07/01/2003
and {EndDate} = 01/31/2004
then the DateDiff("m", {StartDate}, {EndDate}) = 6
But, really it is 7.
I can use formula like
Round (({EndDate} - {StartDate})/30) and result will be 7.
Maybe somebody can give me more elegant solution.
Thank you very much.
Alex.
{StartDate} = 07/01/2003
and {EndDate} = 01/31/2004
then the DateDiff("m", {StartDate}, {EndDate}) = 6
But, really it is 7.
I can use formula like
Round (({EndDate} - {StartDate})/30) and result will be 7.
Maybe somebody can give me more elegant solution.
Thank you very much.
Alex.