open fun textFor(field: DateTimeField, value: Long, style: TextStyle, locale: <ERROR CLASS>): String?
Get localized text for the specified field, value, style, and locale.
field - the field to get text for
value - the value of the field
DateTimeException - if the value if out of range for the specified field
Return
the localized text or null if unavailable
open fun textFor(field: DateTimeField, value: Long, style: TextStyle, locale: Locale): String?
Get localized text for the specified field, value, style, and locale.
field - the field to get text for
value - the value of the field
DateTimeException - if the value if out of range for the specified field
Return
the localized text or null if unavailable