Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 2 个日期:
var Date1 = new Date(2013,01,01); var Date2 = new Date(2014,05,06);
我怎么能得到这两个日期之间的周数和月数?