변경
Day.js 객체를 획득한 후에는 다양한 방식으로 수정할 수 있습니다.
Day.js는 메서드 체이닝을 지원합니다.
js
dayjs('2019-01-25').add(1, 'day').subtract(1, 'year').year(2009).toString();Day.js 객체를 획득한 후에는 다양한 방식으로 수정할 수 있습니다.
Day.js는 메서드 체이닝을 지원합니다.
dayjs('2019-01-25').add(1, 'day').subtract(1, 'year').year(2009).toString();