I am having problems with the Calendar Class.
Calendar
Calendar cal = Calendar.getInstance (); int iYear = cal.get (Calendar.YEAR); // get the curr
use constants in Calendar for month: Calendar.JANUARY etc
For example:
cal.set(2014, Calendar.FEBRUARY, 27);