Returns the number of days in a non-leap month of lunar
lunar year
lunar month
Days in lunar non-leap month
// => 29getLeapMonth(2024, 12) Copy
// => 29getLeapMonth(2024, 12)
// => 30getLeapMonth(2025, 1) Copy
// => 30getLeapMonth(2025, 1)
// => -1getLeapMonth(1899, 13) Copy
// => -1getLeapMonth(1899, 13)
Returns the number of days in a non-leap month of lunar