G
grep
I'm trying to calculate a month's time for billing purposes. I'm having
a hard time with it, and it should be easy. I know I'm missing something.
I want to know how many months it's been since CommenceDate. DateDiff
doesn't work for me (at least not directly) because 11/29/2005 and
12/02/2005 are in different months, but they're not a month apart, but
DateDiff shows the difference as 1 month.
I'm not sure this is so much a query question, but since I'm doing this
calculation in a query, I figured I'd ask it here.
grep
a hard time with it, and it should be easy. I know I'm missing something.
I want to know how many months it's been since CommenceDate. DateDiff
doesn't work for me (at least not directly) because 11/29/2005 and
12/02/2005 are in different months, but they're not a month apart, but
DateDiff shows the difference as 1 month.
I'm not sure this is so much a query question, but since I'm doing this
calculation in a query, I figured I'd ask it here.
grep