0
Under review
How can I obtain the current Hebrew month programically?
I have a C++ program that given the correct Hebrew month, will be able to select the yartzheits occurring during that month. So I would like my program to reach out and get the month.
Thanks,
Larry
Customer support service by UserEcho
Use greg2abs to convert from Gregorian date to R.D. (Rata Die) absolute date
https://github.com/hebcal/hebcal/blob/v4.31/greg.c
Then use abs2hebrew to convert to Hebrew date
https://github.com/hebcal/hebcal/blob/v4.31/common.c