日期相减差得到天数

//距离意向购车时间(不小于0)
                            SimpleDateFormat format = new  SimpleDateFormat("yyyy-MM-dd");
                            Date nowDate= new Date();
                            Date beginDate= format.parse(format.format(nowDate));   
                            Date endDate= format.parse(qs.getString(i+1, "PURCHASE_DATE"));    
                            long day=(endDate.getTime()-beginDate.getTime())/(24*60*60*1000);

posted @ 2017-09-15 18:22  徘徊在人间的水墨  阅读(291)  评论(0编辑  收藏  举报