Link to home
Start Free TrialLog in
Avatar of Whing Dela Cruz
Whing Dela CruzFlag for Anguilla

asked on

Diff of the day

Hi experts, How to get the difference between days?

<!DOCTYPE html>
<html>
<body>
<input id="Ds" type="text" value="04/26/2017">
<input id="De" type="text" value="04/28/2017">


<script>
    alert()// I wish to the day diffirence here..
</script>
</body>

</html>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Jeff Darling
Jeff Darling
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Whing Dela Cruz

ASKER

Thank you, Jeff. Its working..