Returns days in a lunar leap month if there is a leap month in the year otherwise return 0
lunar year
Days in lunar leap month
// => 29getLeapMonthDays(2023) Copy
// => 29getLeapMonthDays(2023)
// => 0getLeapMonthDays(2024) Copy
// => 0getLeapMonthDays(2024)
Returns days in a lunar leap month if there is a leap month in the year otherwise return 0