How can i calculate the number of days between 2 dates in JavaScript?
I need to populate the number of days between 2 dates in my application. Can anyone suggest best solution to do it in JavaScript?
1 Answer
5 years ago by Jahaan
I need to populate the number of days between 2 dates in my application. Can anyone suggest best solution to do it in JavaScript?