npm install dayjs
const day = new Date(); // 날짜 객체 생성 const today = dayjs(day).format("YYYY-MM-DD"); // 날짜 객체를 넣어주고 출력할 format을 설정