@hebcal/hdate
TypeScript icon, indicating that this package has built-in type declarations

0.13.5 • Public • Published

@hebcal/hdate

converts between Hebrew and Gregorian dates using Rata Die (R.D.) algorithm by Dershowitz and Reingold

Build Status

Installation

$ npm install @hebcal/hdate

Synopsis

import {greg, abs2hebrew} from '@hebcal/hdate';

const date = new Date(2008, 10, 13); // 13 November 2008
const abs = greg.greg2abs(date);
const hdate = abs2hebrew(abs); // {yy: 5769, mm: CHESHVAN, dd: 15}

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.13.5549latest

Version History

VersionDownloads (Last 7 Days)Published
0.13.5549
0.13.43
0.13.367
0.13.2182
0.13.12
0.13.01
0.12.075
0.11.633
0.11.513
0.11.4176
0.11.32
0.11.21
0.11.16
0.11.01
0.10.198
0.9.1352
0.9.121
0.9.111
0.9.102
0.9.92
0.9.81
0.9.72
0.9.62
0.9.51
0.9.41
0.9.31
0.9.21
0.9.12
0.9.02
0.8.22
0.8.11
0.8.01

Package Sidebar

Install

npm i @hebcal/hdate

Weekly Downloads

273

Version

0.13.5

License

GPL-2.0

Unpacked Size

256 kB

Total Files

46

Last publish

Collaborators

  • mjradwin