Manipulating Dates with Day.js — Set ISO Day of the Week and Day of the Year

John Au-Yeung
JavaScript in Plain English
2 min readApr 20, 2024

--

Photo by frank mckenna 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.

Set the ISO Day of the Week of a Date

--

--