open fun eraTextFor(value: Long, style: TextStyle, locale: <ERROR CLASS>): String?
Get the localized ISO era text.
DateTimeException - if the value is not 0 or 1
Return
the localized era text or null if unavailable
open fun eraTextFor(value: Long, style: TextStyle, locale: Locale): String?
Get the localized ISO era text.
DateTimeException - if the value is not 0 or 1
Return
the localized era text or null if unavailable