striker83716
Technical User
I would like to show the difference between two dates in months, also in partial months. An example would 10/1/02 to 11/16/02 would be 1.5 months
DateDiff("m",Date(),[Date of Release])is my current formula but using the dates above my result is "-1"
I do not want to use
DateDiff("d",Date(),[Date of Release])/30 this gives me -1.53333333333333 because it does not consider the 31 of OCT., and any other month which does not have exactly 30 days
Any suggestions???
Thanks
DateDiff("m",Date(),[Date of Release])is my current formula but using the dates above my result is "-1"
I do not want to use
DateDiff("d",Date(),[Date of Release])/30 this gives me -1.53333333333333 because it does not consider the 31 of OCT., and any other month which does not have exactly 30 days
Any suggestions???
Thanks