t-comm Usage First, install it. npm install t-comm -S Then, use it in your project. import { getMonthDay } from 't-comm'; getMonthDay(2022, 2) // 28 Docs Click here to check docs.