T
tracktraining
Hi,
I would like to get the amount of months difference between two dates. I
used datediff but that would only give me the months as a whole number. Is
there a way to get a decimal number?
i.e. date1 = 04/01/09; date2 = 06/30/09
datediff("m", date1, date2) = 2 months
but I would like the answer to be 2.9 something.... is this possible?
- Thanks!
I would like to get the amount of months difference between two dates. I
used datediff but that would only give me the months as a whole number. Is
there a way to get a decimal number?
i.e. date1 = 04/01/09; date2 = 06/30/09
datediff("m", date1, date2) = 2 months
but I would like the answer to be 2.9 something.... is this possible?
- Thanks!