Return the lunar leap month in the year otherwise return 0
lunar year
Leap month in a lunar year
// => 3getLeapMonth(2023) Copy
// => 3getLeapMonth(2023)
// => 0getLeapMonth(2024) Copy
// => 0getLeapMonth(2024)
Return the lunar leap month in the year otherwise return 0