Difference in Months between two dates in JavaScript
Posted
by williamtroup
on Stack Overflow
See other posts from Stack Overflow
or by williamtroup
Published on 2010-03-29T07:34:15Z
Indexed on
2010/03/29
7:53 UTC
Read the original article
Hit count: 448
How would I work out the difference for two Date() objects in JavaScript, while only return the number of months in the difference?
Any help would be great :)
© Stack Overflow or respective owner