I am calculating the number of days between the 'from' and 'to' date. For example, if the from date is mm/dd/yyyy and the to date is mm/dd/yyyy. How do I get the result using JavaScript?
from date is like:11/25/2014 to date is like :11/27/2014
I need result as 2 by using javascript>