I have this...
public int getWeek(int weekOffset) { GregorianCalendar gc = new GregorianCalendar(); gc.add(Calendar.WEEK_OF_YEAR, weekOffset); int