Manipulating Dates with Day.js — Minimum Between Multiple Dates and Set Different Date Values

John Au-Yeung
JavaScript in Plain English
2 min readMay 4, 2024

--

Photo by Steven Van Loy on Unsplash

Day.js is a JavaScript library that lets us manipulate dates in our apps.

In this article, we’ll look at how to use Day.js to manipulate dates in our JavaScript apps.

Minimum Between Multiple Dates

--

--