Could you please explain why the below code failed at
c1.add(Calendar.MONTH, 1);
The input is getListOfDatesBwTwoDates("01/01/2020", "06/15/2020","mm/dd/yyyy"); No error returned but the list returned is only [01/01/2020]; I tried but couldn't figure it out.