时间 加 或 减 有关问题

时间 加 或 减 问题??Date nownew Date()??????????? SimpleDateFormat sdnew SimpleDateFormat(yyyy-

时间 加 或 减 问题

?

               ?Date now=new Date();??????????? SimpleDateFormat sd=new SimpleDateFormat("yyyy-MM-dd");????????????? ?????????? System.out.println(sd.format(now));??????????? String myString = DateFormat.getDateInstance().format(now);

?