0
Under review

How can I obtain the current Hebrew month programically?

lansell6563 3 weeks ago updated by Michael J. Radwin 3 weeks ago 1

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

Under review

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