OK.
Input is from a form where a user would enter two dates, begin date and end date.
The code would then get the month and year between those dates and put them into an array.
for example if they entered 1/1/07 to 3/1/07 the array should be {Jan07, Feb07, Mar07}
The reason for the array is...