Calculate Date difference in Days using JavaScript
Came across a requirement to find the difference between two dates using JavaScript: After quite some research figured out two different ways to find the date difference: Using moment.js Plugin: The moment.js plugin can be found here: http://momentjs.com/ This is a very useful plugin for Date manipulation and provides various functions…