Can anybody help?
public void dateCalender() throws ParseException{ System.out.println(new SimpleDateFormat(\"MM/dd/yyyy\", Locale.ENGLISH).parse(\"120/1
From the documentation:
public void setLenient(boolean lenient)
You need to set the format to be non-lenient.