Hello everybody,

I have two dates StartDate and EndDate. I need to get all the months between these two dates and adds them to arraylist or array etc. For exmaple, if StartDate is 01/20/2005 and EndDate is 02/15/2006 then I need to populate the array list like this.

Jan-05
Feb-05
Mar-05
---
---
---
Jan-06
Feb-06

Any Ideas ??

Thanks.