獲取兩個日期之間的間隔(天數,月數等)

var count_day = Math.ceil((Date.parse(endDate)-Date.parse(startDate))/(24*3600*1000));
相關文章
相關標籤/搜索