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)
import {hebrew2abs, months} from '@hebcal/hdate';hebrew2abs(5769, months.CHESHVAN, 15); // 733359 Copy
import {hebrew2abs, months} from '@hebcal/hdate';hebrew2abs(5769, months.CHESHVAN, 15); // 733359
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.