formatMonth

fun formatMonth(jewishDate: JewishDate): String

Returns a string of the current Hebrew month such as "Tishrei". Returns a string of the current Hebrew month such as "אדר ב׳".

Return

the formatted month name

Parameters

jewishDate

the JewishDate to format

See also