A.35.DateFormatdf=DateFormat.getDateFormat();42.d.setTime((60*60*24)+d.getTime();
B.35.DateFormatdf=DateFormat.getDateInstance();42.d.setTime((1000*60*60*24)+d.getTime());
C.35.DateFormatdf=DateFormat.getDateFormat();42.d.setLocalTime((1000*60*60*24)+d.getLocalTime());
D.35.DateFormatdf=DateFormat.getDateInstance();42.d.setLocalTime((60*60*24)+d.getLocalTime());