Days in Month
Get the number of days in the current month.
js
dayjs('2019-01-25').daysInMonth(); // 31
Get the number of days in the current month.
dayjs('2019-01-25').daysInMonth(); // 31
Released under the MIT License.
Copyright (c) 2020 iamkun