多项选择题

A.cal.add(Calendar.DATE,-1);
B.cal.add(Calendar.DAY_OF_MONTH,-1);
C.cal.add(Calendar.DAY_OF_WEEK,-1);
D.cal.add(Calendar.DAY_OF_YEAR,-1);