Get how many months between two date

1
2
var startdate = new Date('11/08/2014');
var enddate = new Date('03/06/2015');
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Just find out how many months between two dates
format of date must be MM/dd/YYYY or MM-dd/YYYY

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.