How Many Days Between Two Dates in Javascript
I need a function that takes two dates and returns the number of days between the first and second date.
I need a function that takes two dates and returns the number of days between the first and second date.