day.js 현재 날짜의 마지막 날 구하기

day.js 라이브러리를 사용할 경우 daysInMonth 함수를 통해서 해당 월의 마지막 날을 구할 수 있다.

dayjs().daysInMonth()

 

  • share