Hebrew Calendar API

Use this page when you need the full method reference for @timestamp-js/calendar-hebrew. The Hebrew adapter models the deterministic arithmetic Hebrew calendar and uses civil/CLDR month numbering for native model dates.

The displayed JSON is generated from packages/calendar-hebrew/src/index.ts with Q-Press.

Adapter Export

Import hebrewCalendar when you need the full CalendarSystem implementation. The jewishCalendar export is an alias for the same adapter.

import { const hebrewCalendar: CalendarSystem
Deterministic arithmetic Hebrew calendar adapter. Model dates use civil/CLDR month numbering, where Tishrei is month `1`. Biblical/festival numbering that starts with Nisan is a naming convention, not the native model numbering used by this adapter.
hebrewCalendar
, const jewishCalendar: CalendarSystem
Alias for the default Hebrew calendar adapter exported by this package.
jewishCalendar
} from '@timestamp-js/calendar-hebrew'
Loading Hebrew Calendar API...