@hebcal/learning
    Preparing search index...

    Class DafYomi

    The Babylonian Talmud page (daf) studied on a given date in the worldwide Daf Yomi cycle.

    The original ("old") cycle began on 11 September 1923 (1 Tishrei 5684); the current page numbering ("new" cycle) starts from 24 June 1975. Each cycle takes approximately 7½ years to complete the entire Talmud.

    Use this class when you want just the tractate name and page number (a DafPage subclass with name and blatt fields) without the surrounding DafYomiEvent wrapper.

    from the constructor if date is before 11 September 1923.

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

    import {DafYomi} from '@hebcal/learning/dafYomiBase';

    const daf = new DafYomi(new Date(2024, 3, 8));
    console.log(daf.getName(), daf.getBlatt()); // "Baba Metzia" 40

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    blatt: string | number
    name: string
    verses?: string

    Methods

    • Formats (with translation) the dafyomi result as a string like "Pesachim 34"

      Parameters

      • Optionallocale: string

        Optional locale name (defaults to active locale).

      Returns string