Skip to content

3.19.4

Compare
Choose a tag to compare
@mjradwin mjradwin released this 11 Aug 20:42
· 127 commits to main since this release

Add heDateParts to eventToClassicApiObject() for HebrewDateEvents

For example:

{
  "title": "14th of Av",
  "date": "2022-08-11",
  "hdate": "14 Av 5782",
  "category": "hebdate",
  "title_orig": "14 Av 5782",
  "hebrew": "י״ד אב",
  "heDateParts": {
    "y": "תשפ״ב",
    "m": "אב",
    "d": "י״ד"
  }
}