Joda

/** * 計算兩個日期之間相差的天數 * * @author liuchao * @since 19/10/2017 */ public static int daysBetween(Date startDate, Date endDate) { Period period=new Period(startDate.getTime(),endDate.getTime(),PeriodTy
相關文章
相關標籤/搜索