Thanks, but, I seem to be missing something. Its my understanding that:
int month = calendar.get(Calendar.MONTH) +1;
means that the intger month is equal to the current system previous month, because Java uses 0 for January we add a one for the current month. What I need is for the user to select a month from a combo box and have that month converted to an integer.
Thanks for your help...Ronnie