Manipulating Dates with Day.js — Set the Week of the Year and Month of a Date

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

--

Photo by Nic Y-C 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 Week of the Year of a Date

--

--