Number of months between 2 dates

Michel Adam michel@ssimicro.com
Fri, 5 Sep 2003 06:39:45 -0600 (MDT)


I have actually witnessed this approach fail on a Feb 29th :-) 

jthunter@nbnet.nb.ca wrote:
> 
> If it doesn't work for dates in the same year then 
> add a year to the date1:
> 
> def date1 date = 20020810 + 10000
> 


Michel Adam