Next.JS / React.JS Date Dayjs 포맷 변환
https://www.npmjs.com/package/dayjs dayjs 2KB immutable date time library alternative to Moment.js with the same modern API . Latest version: 1.11.7, last published: 5 months ago. Start using dayjs in your project by running `npm i dayjs`. There are 11369 other projects in the npm registry using d www.npmjs.com 여기를 참고해서 프로젝트에 dayjs 설치~! npm install dayjs --save dayjs를 활용한 날짜 포맷 변경은 매우 쉬운데, const..