@hebcal/learning
    Preparing search index...

    Function dailyRambam3

    • Calculates the Daily Rambam (Mishneh Torah) reading for the 3 chapters a day cycle.

      The cycle shares its 29 April 1984 start date with the 1-chapter cycle but completes the entire Mishneh Torah in 339 days (~11 months) — about three times faster. The cycle differs from the 1-chapter schedule in two places to keep the three daily chapters logically grouped: "The Order of Prayer" has an extra day, and the final two chapters of "Leavened and Unleavened Bread" are combined into a single day.

      Parameters

      • date: number | HDate | Date

        Hebrew date, Gregorian Date, or absolute (R.D.) day number.

      Returns RambamReading[]

      An array of exactly three RambamReading objects, in the order they are studied during the day. Adjacent readings may share a name when all three chapters fall within the same section of the Mishneh Torah; the DailyRambam3Event wrapper collapses these for display.

      if date is before 29 April 1984 (the start of the cycle).

      if date is not an HDate, Date, or finite number.