常规参数
文章标题:
权重:
文章摘要:
Date date=new Date();//取时间 Calendar calendar = new GregorianCalendar(); calendar.setTime(date); calendar.add(calendar.DATE,1);//把日期往后增加一天.整数往后推,负数往前移动 date=calendar.getTime(); //这个时间就是日期往后推一天的结果 SimpleDateForma
关键字:
日期 明天 今天 昨天 获取 import date Date // new 往后
管理密码: