Converts Hebrew date to R.D. (Rata Die) fixed days. R.D. 1 is the imaginary date Monday, January 1, 1 on the Gregorian Calendar.
Hebrew year
Hebrew month
Hebrew date (1-30)
const abs = hebrew2abs(5769, months.CHESHVAN, 15); Copy
const abs = hebrew2abs(5769, months.CHESHVAN, 15);
Converts Hebrew date to R.D. (Rata Die) fixed days. R.D. 1 is the imaginary date Monday, January 1, 1 on the Gregorian Calendar.