@@ -64,7 +64,7 @@ const hd6 = new HDate(5, monthName, 5773);
64
64
65
65
#### Defined in
66
66
67
- [ hdate.ts:89] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L89 )
67
+ [ hdate.ts:89] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L89 )
68
68
69
69
## Properties
70
70
@@ -76,7 +76,7 @@ Hebrew day within the month (1-30)
76
76
77
77
#### Defined in
78
78
79
- [ hdate.ts:55] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L55 )
79
+ [ hdate.ts:55] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L55 )
80
80
81
81
***
82
82
@@ -88,7 +88,7 @@ Hebrew month of year (1=NISAN, 7=TISHREI)
88
88
89
89
#### Defined in
90
90
91
- [ hdate.ts:53] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L53 )
91
+ [ hdate.ts:53] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L53 )
92
92
93
93
***
94
94
@@ -100,7 +100,7 @@ absolute Rata Die (R.D.) days
100
100
101
101
#### Defined in
102
102
103
- [ hdate.ts:57] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L57 )
103
+ [ hdate.ts:57] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L57 )
104
104
105
105
***
106
106
@@ -112,7 +112,7 @@ Hebrew year, 1-9999
112
112
113
113
#### Defined in
114
114
115
- [ hdate.ts:51] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L51 )
115
+ [ hdate.ts:51] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L51 )
116
116
117
117
## Methods
118
118
@@ -131,7 +131,7 @@ https://en.wikipedia.org/wiki/Rata_Die#Dershowitz_and_Reingold
131
131
132
132
#### Defined in
133
133
134
- [ hdate.ts:193] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L193 )
134
+ [ hdate.ts:193] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L193 )
135
135
136
136
***
137
137
@@ -163,7 +163,7 @@ Note, short forms are case sensitive.
163
163
164
164
#### Defined in
165
165
166
- [ hdate.ts:351] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L351 )
166
+ [ hdate.ts:351] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L351 )
167
167
168
168
***
169
169
@@ -194,7 +194,7 @@ new HDate(new Date('Sunday February 23, 2014')).after(6).greg() // Sat Mar 01 20
194
194
195
195
#### Defined in
196
196
197
- [ hdate.ts:320] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L320 )
197
+ [ hdate.ts:320] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L320 )
198
198
199
199
***
200
200
@@ -223,7 +223,7 @@ new HDate(new Date('Wednesday February 19, 2014')).before(6).greg() // Sat Feb 1
223
223
224
224
#### Defined in
225
225
226
- [ hdate.ts:269] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L269 )
226
+ [ hdate.ts:269] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L269 )
227
227
228
228
***
229
229
@@ -239,7 +239,7 @@ Number of days in the month of this Hebrew date
239
239
240
240
#### Defined in
241
241
242
- [ hdate.ts:162] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L162 )
242
+ [ hdate.ts:162] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L162 )
243
243
244
244
***
245
245
@@ -277,7 +277,7 @@ const days = hd1.deltaDays(hd2); // 394
277
277
278
278
#### Defined in
279
279
280
- [ hdate.ts:415] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L415 )
280
+ [ hdate.ts:415] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L415 )
281
281
282
282
***
283
283
@@ -293,7 +293,7 @@ Gets the day within the month (1-30)
293
293
294
294
#### Defined in
295
295
296
- [ hdate.ts:169] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L169 )
296
+ [ hdate.ts:169] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L169 )
297
297
298
298
***
299
299
@@ -309,7 +309,7 @@ Gets the day of the week. 0=Sunday, 6=Saturday
309
309
310
310
#### Defined in
311
311
312
- [ hdate.ts:176] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L176 )
312
+ [ hdate.ts:176] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L176 )
313
313
314
314
***
315
315
@@ -325,7 +325,7 @@ Gets the Hebrew year of this Hebrew date
325
325
326
326
#### Defined in
327
327
328
- [ hdate.ts:133] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L133 )
328
+ [ hdate.ts:133] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L133 )
329
329
330
330
***
331
331
@@ -341,7 +341,7 @@ Gets the Hebrew month (1=NISAN, 7=TISHREI) of this Hebrew date
341
341
342
342
#### Defined in
343
343
344
- [ hdate.ts:147] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L147 )
344
+ [ hdate.ts:147] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L147 )
345
345
346
346
***
347
347
@@ -357,7 +357,7 @@ Returns a transliterated Hebrew month name, e.g. `'Elul'` or `'Cheshvan'`.
357
357
358
358
#### Defined in
359
359
360
- [ hdate.ts:215] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L215 )
360
+ [ hdate.ts:215] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L215 )
361
361
362
362
***
363
363
@@ -373,7 +373,7 @@ The Tishrei-based month of the date. 1 is Tishrei, 7 is Nisan, 13 is Elul in a l
373
373
374
374
#### Defined in
375
375
376
- [ hdate.ts:154] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L154 )
376
+ [ hdate.ts:154] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L154 )
377
377
378
378
***
379
379
@@ -389,7 +389,7 @@ Converts to Gregorian date
389
389
390
390
#### Defined in
391
391
392
- [ hdate.ts:183] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L183 )
392
+ [ hdate.ts:183] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L183 )
393
393
394
394
***
395
395
@@ -405,7 +405,7 @@ Tests if this date occurs during a leap year
405
405
406
406
#### Defined in
407
407
408
- [ hdate.ts:140] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L140 )
408
+ [ hdate.ts:140] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L140 )
409
409
410
410
***
411
411
@@ -427,7 +427,7 @@ Hebrew date to compare
427
427
428
428
#### Defined in
429
429
430
- [ hdate.ts:426] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L426 )
430
+ [ hdate.ts:426] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L426 )
431
431
432
432
***
433
433
@@ -457,7 +457,7 @@ new HDate(new Date('Tuesday February 18, 2014')).nearest(6).greg() // Sat Feb 15
457
457
458
458
#### Defined in
459
459
460
- [ hdate.ts:294] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L294 )
460
+ [ hdate.ts:294] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L294 )
461
461
462
462
***
463
463
@@ -473,7 +473,7 @@ Returns the next Hebrew date
473
473
474
474
#### Defined in
475
475
476
- [ hdate.ts:327] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L327 )
476
+ [ hdate.ts:327] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L327 )
477
477
478
478
***
479
479
@@ -504,7 +504,7 @@ new HDate(new Date('Sunday February 23, 2014')).onOrAfter(6).greg() // Sat Mar 0
504
504
505
505
#### Defined in
506
506
507
- [ hdate.ts:307] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L307 )
507
+ [ hdate.ts:307] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L307 )
508
508
509
509
***
510
510
@@ -535,7 +535,7 @@ new HDate(new Date('Sunday February 23, 2014')).onOrBefore(6).greg() // Sat Feb
535
535
536
536
#### Defined in
537
537
538
- [ hdate.ts:282] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L282 )
538
+ [ hdate.ts:282] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L282 )
539
539
540
540
***
541
541
@@ -551,7 +551,7 @@ Returns the previous Hebrew date
551
551
552
552
#### Defined in
553
553
554
- [ hdate.ts:334] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L334 )
554
+ [ hdate.ts:334] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L334 )
555
555
556
556
***
557
557
@@ -588,7 +588,7 @@ console.log(hd.render('he')); // '15 חֶשְׁוָן, 5769'
588
588
589
589
#### Defined in
590
590
591
- [ hdate.ts:231] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L231 )
591
+ [ hdate.ts:231] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L231 )
592
592
593
593
***
594
594
@@ -616,7 +616,7 @@ console.log(hd.renderGematriya()); // 'ט״ו חֶשְׁוָן תשס״ט'
616
616
617
617
#### Defined in
618
618
619
- [ hdate.ts:254] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L254 )
619
+ [ hdate.ts:254] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L254 )
620
620
621
621
***
622
622
@@ -658,7 +658,7 @@ const hd3 = hd1.add(-3, 'M'); // 30 Av 5768
658
658
659
659
#### Defined in
660
660
661
- [ hdate.ts:395] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L395 )
661
+ [ hdate.ts:395] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L395 )
662
662
663
663
***
664
664
@@ -672,7 +672,7 @@ const hd3 = hd1.add(-3, 'M'); // 30 Av 5768
672
672
673
673
#### Defined in
674
674
675
- [ hdate.ts:435] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L435 )
675
+ [ hdate.ts:435] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L435 )
676
676
677
677
***
678
678
@@ -697,7 +697,7 @@ date d, and applying it to d+7 gives the DAYNAME following absolute date d.
697
697
698
698
#### Defined in
699
699
700
- [ hdate.ts:537] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L537 )
700
+ [ hdate.ts:537] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L537 )
701
701
702
702
***
703
703
@@ -723,7 +723,7 @@ Hebrew year
723
723
724
724
#### Defined in
725
725
726
- [ hdate.ts:463] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L463 )
726
+ [ hdate.ts:463] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L463 )
727
727
728
728
***
729
729
@@ -745,7 +745,7 @@ Hebrew year
745
745
746
746
#### Defined in
747
747
748
- [ hdate.ts:497] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L497 )
748
+ [ hdate.ts:497] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L497 )
749
749
750
750
***
751
751
@@ -775,7 +775,7 @@ HDate.fromGematriyaString('כ״ז בְּתַמּוּז תשפ״ג') // 27 Tamuz
775
775
776
776
#### Defined in
777
777
778
- [ hdate.ts:560] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L560 )
778
+ [ hdate.ts:560] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L560 )
779
779
780
780
***
781
781
@@ -802,7 +802,7 @@ Hebrew year
802
802
803
803
#### Defined in
804
804
805
- [ hdate.ts:473] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L473 )
805
+ [ hdate.ts:473] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L473 )
806
806
807
807
***
808
808
@@ -834,7 +834,7 @@ Hebrew date (1-30)
834
834
835
835
#### Defined in
836
836
837
- [ hdate.ts:208] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L208 )
837
+ [ hdate.ts:208] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L208 )
838
838
839
839
***
840
840
@@ -854,7 +854,7 @@ Tests if the object is an instance of `HDate`
854
854
855
855
#### Defined in
856
856
857
- [ hdate.ts:544] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L544 )
857
+ [ hdate.ts:544] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L544 )
858
858
859
859
***
860
860
@@ -876,7 +876,7 @@ Hebrew year
876
876
877
877
#### Defined in
878
878
879
- [ hdate.ts:446] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L446 )
879
+ [ hdate.ts:446] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L446 )
880
880
881
881
***
882
882
@@ -898,7 +898,7 @@ Hebrew year
898
898
899
899
#### Defined in
900
900
901
- [ hdate.ts:505] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L505 )
901
+ [ hdate.ts:505] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L505 )
902
902
903
903
***
904
904
@@ -918,7 +918,7 @@ Converts Hebrew month string name to numeric
918
918
919
919
#### Defined in
920
920
921
- [ hdate.ts:520] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L520 )
921
+ [ hdate.ts:520] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L520 )
922
922
923
923
***
924
924
@@ -940,7 +940,7 @@ A number, or Hebrew month name string
940
940
941
941
#### Defined in
942
942
943
- [ hdate.ts:481] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L481 )
943
+ [ hdate.ts:481] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L481 )
944
944
945
945
***
946
946
@@ -962,7 +962,7 @@ Hebrew year
962
962
963
963
#### Defined in
964
964
965
- [ hdate.ts:454] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L454 )
965
+ [ hdate.ts:454] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L454 )
966
966
967
967
***
968
968
@@ -984,4 +984,4 @@ Hebrew year
984
984
985
985
#### Defined in
986
986
987
- [ hdate.ts:513] ( https://github.com/hebcal/hdate-js/blob/285f3b584b6b2fae587a29ebff92389be73806cb /src/hdate.ts#L513 )
987
+ [ hdate.ts:513] ( https://github.com/hebcal/hdate-js/blob/0598d33c365bb80f37dc49c0f800617668c63a8d /src/hdate.ts#L513 )
0 commit comments