标签: javascript client-side
如何计算闰年的日期差异? 例如,在2011年2月28日至2011年3月2日之间。
答案 0 :(得分:2)
var milliseconds = new Date('2011-03-02') - new Date('2011-02-28')