Thiraphat PhutsonGetting Started with dayjs: A Lightweight Date Manipulation Library in 2025When dealing with dates in JavaScript, dayjs is one of the most popular lightweight alternatives for handling date and time operations. Its…Oct 23
Rivai Fansuri NasutionUsing Day.js with ReactDay.js is a minimalist JavaScript library for manipulating dates, similar to Moment.js, but smaller in size and with better performance…Jun 13
InJavaScript in Plain EnglishbyRohan Ravindra KadamAnnouncing nativx: Simplifying Date and Time Operations in JavaScriptHello 🖐 I’m Rohan Ravindra Kadam, and I’m excited to introduce my latest npm package, nativx! 🎉Jul 31Jul 31
RizwanhodaMoment.js vs. Day.js: Which One Should You Use?Working with dates and times in JavaScript can be a headache. Thankfully, libraries like Moment.js and Day.js have come to the rescue…Aug 9Aug 9
JordanThe design patterns Day.js usesDay.js is a popular and widely used open-source library in the JavaScript ecosystem. It provides a lightweight(i.e., 2kB) and intuitive way…Jun 23Jun 23
Thiraphat PhutsonGetting Started with dayjs: A Lightweight Date Manipulation Library in 2025When dealing with dates in JavaScript, dayjs is one of the most popular lightweight alternatives for handling date and time operations. Its…Oct 23
Rivai Fansuri NasutionUsing Day.js with ReactDay.js is a minimalist JavaScript library for manipulating dates, similar to Moment.js, but smaller in size and with better performance…Jun 13
InJavaScript in Plain EnglishbyRohan Ravindra KadamAnnouncing nativx: Simplifying Date and Time Operations in JavaScriptHello 🖐 I’m Rohan Ravindra Kadam, and I’m excited to introduce my latest npm package, nativx! 🎉Jul 31
RizwanhodaMoment.js vs. Day.js: Which One Should You Use?Working with dates and times in JavaScript can be a headache. Thankfully, libraries like Moment.js and Day.js have come to the rescue…Aug 9
JordanThe design patterns Day.js usesDay.js is a popular and widely used open-source library in the JavaScript ecosystem. It provides a lightweight(i.e., 2kB) and intuitive way…Jun 23
Pavlináč ZapletalCustom calendar with React and dayjsFew weeks ago I came across a need to create custom calendar using React. I have found a nice article about this here in medium. Though it…Mar 3, 2022
David ZhaoMUI x-DatePicker 6: use dayjs instead of moment for react-hook-formdayjs v1+, MUI x-DatePicker v6+, react-hook-form v7+, reduxjs-toolkit-persist v7+, Created at 2023–09–27Sep 28, 20232
Bryan BurnsideFrom a Moment to a Day: Migrating to Day.jsDate manipulation is a crucial part of web development, with many applications depending on time and date functions to display data in a…Apr 30, 2023