Saka Calendar API

Use this page when you need the full method reference for @timestamp-js/calendar-saka. The Saka adapter models the official Indian National Calendar using deterministic Gregorian-aligned leap-year rules.

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

Adapter Export

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

import { const indianNationalCalendar: CalendarSystem
Deterministic Indian National Calendar (Saka) adapter. Saka year `1` begins in Gregorian year `79`. A Saka year starts on March 21 when the corresponding Gregorian year is leap, and March 22 otherwise.
indianNationalCalendar
, const sakaCalendar: CalendarSystem
Alias for the default Saka adapter exported by this package.
sakaCalendar
} from '@timestamp-js/calendar-saka'
Loading Saka Calendar API...