3.19.4
Add heDateParts
to eventToClassicApiObject()
for HebrewDateEvent
s
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": "י״ד"
}
}