@hebcal/hdate
    Preparing search index...

    Function isLeapYear

    • Returns true if Hebrew year is a leap year.

      The Hebrew calendar is lunisolar: 7 years out of every 19-year (Metonic) cycle are leap years, in which a 13th month (Adar I) is inserted before Adar so that Nisan stays in the spring.

      Parameters

      • year: number

        Hebrew year

      Returns boolean

      true if year has 13 months

      isLeapYear(5783); // false
      isLeapYear(5784); // true