I am having problems with the Calendar Class.
Calendar
Calendar cal = Calendar.getInstance (); int iYear = cal.get (Calendar.YEAR); // get the curr
Month in Calendar begins at 0, which means 0 is January, 1 is February, etc.
Java Date and Time API sucks. Use Joda-Time instead.