0.11.5 • Published 9 months ago

@hebcal/hdate v0.11.5

Weekly downloads
-
License
GPL-2.0
Repository
github
Last release
9 months ago

@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}

API Documentation

0.11.5

9 months ago

0.9.12

1 year ago

0.9.8

1 year ago

0.9.13

1 year ago

0.9.7

1 year ago

0.9.9

1 year ago

0.9.4

1 year ago

0.9.10

1 year ago

0.9.6

1 year ago

0.9.11

1 year ago

0.9.5

1 year ago

0.11.0

1 year ago

0.10.1

1 year ago

0.11.1

1 year ago

0.11.2

12 months ago

0.11.3

12 months ago

0.11.4

12 months ago

0.9.3

1 year ago

0.9.2

1 year ago

0.9.1

2 years ago

0.9.0

2 years ago

0.8.2

2 years ago

0.8.1

2 years ago

0.8.0

2 years ago