Skip to content

Instantly share code, notes, and snippets.

@mjradwin
Created February 18, 2015 06:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjradwin/f655d006ba7daaea2ca7 to your computer and use it in GitHub Desktop.
Save mjradwin/f655d006ba7daaea2ca7 to your computer and use it in GitHub Desktop.
Hebcal Hebrew Date Converter REST API
{
"gy": 2011,
"gm": 6,
"gd": 2,
"hy": 5771,
"hm": "Iyyar",
"hd": 29,
"hebrew": "כ״ט בְּאִיָיר תשע״א",
"events": [
"Parashat Nasso",
"44th day of the Omer"
]
}
<?xml version="1.0" ?>
<hebcal>
<gregorian year="2011" month="6" day="2" />
<hebrew year="5771" month="Iyyar" day="29" str="כ״ט בְּאִיָיר תשע״א" />
</hebcal>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment