Can anyone please help me understand why I am getting different month values for
SimpleDateFormat dateFormat = new SimpleDateFormat(\"dd/MM/yyyy\"); Syst
Calendar.MONTH return 0-based values i.e. JANUARY is represented with 0. That way SEPTEMBER is 8.