why does the following return 0?
int currMonth = c.get(Calendar.MONTH);
why does the following return 0?
int currMonth = c.get(Calendar.MONTH);
Not natural indexing, but unnatural thinking of Sun people. :-)
oops! sorry - I figured it out. Natural Indexing of course!!!