在Java之中用Calendar方法
我们可以容易的实现日期相关的计算
public class TestDate {
public static void main(String[] args) {
DateFormat format = new SimpleDateFormat(yyyyMMdd)
Date date = null date = null;
try {
date = formatparse()
date = formatparse()
} catch (ParseException e) {
eprintStackTrace()
}
long diff = dategetTime() dategetTime()//计算两个日期之前相差的毫秒数
long days = diff / ( * * * )//除以天的毫秒数得到相差的天数
Systemoutprintln(这两个日期之间的天数为 + days)
}
}