@hebcal/learning
    Preparing search index...

    Function dailyPsalms

    • Returns the Daily Psalms (Tehillim) portion for the given date, using the traditional 30-day cycle indexed by Hebrew day of the month.

      The entire book is completed on the final day of each Hebrew month. In months with only 29 days, the 30th portion is combined with the 29th (so 29 Cheshvan or 29 Kislev may return [140, 150]).

      Unlike most calendars in this package there is no fixed cycle start — any Hebrew date returns a reading. The function never returns null.

      Parameters

      • date: number | HDate | Date

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

      Returns PsalmBeginEnd

      A PsalmBeginEnd tuple [begin, end].

      (indirectly, via the HDate constructor) if date is not an HDate, Date, or finite number.