标签:style blog color sp for div log bs ef
1 Date date1 = new Date(System.currentTimeMillis());//当前时间 2 Date date2 = new Date((System.currentTimeMillis()/(24*3600*1000)+1)*(24*3600*1000))//第二天8:00 3 SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); 4 String dt = dateFormat.format(date1); 5 String dt = dateFormat.format(date2);
标签:style blog color sp for div log bs ef
原文地址:http://www.cnblogs.com/qinjunli/p/4107693.html