How to Get the Number of Days Between Two Dates in JavaScript

A guide on how to get the number of days between 2 dates with JavaScript.

John Au-Yeung
JavaScript in Plain English
2 min readJan 25, 2022

--

Photo by Datingjungle on Unsplash

We often have to get the number of days between 2 dates in our JavaScript apps.

In this article, we’ll look at how to get the number of days between 2 dates with JavaScript.

--

--