jewish-date 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ const jewishDateInHebrew = toHebrewJewishDate(jewishDate);
|
|
|
31
31
|
console.log(jewishDateInHebrew); // { day: "ד׳", monthName: "טבת", year: "התש״פ" }
|
|
32
32
|
|
|
33
33
|
const jewishDateInHebrewStr = formatJewishDateInHebrew(jewishDate);
|
|
34
|
-
console.log(jewishDateInHebrewStr); // ד׳ טבת
|
|
34
|
+
console.log(jewishDateInHebrewStr); // ד׳ טבת התש״פ
|
|
35
35
|
|
|
36
36
|
const date2 = toGregorianDate({ year: 5780, monthName: JewishMonth.Tevet, day: 4 });
|
|
37
37
|
console.log(date2); // Wed Jan 01 2020 00:00:00 GMT+0200 (Israel Standard Time)
|