I want to find the difference between two Calendar objects in number of days if there is date change like If clock ticked from 23:59-0:00 there should be a day
Calendar
Calendar day1 = Calendar.getInstance();
Calendar day2 = Calendar.getInstance();