why month in calendar and date is zero based ?
suppose i am getting the date from the GUI .after that i just want to take only month from the Date Object .the code is following
Date date=(Date)dateValue.getValue();
when i get the month by using date.getMonth() it return one less from the actual month why ?