word Based
Formats a period to a string in a localized word-based format.
This returns a word-based format for the period. The year and month are printed as supplied unless the signs differ, in which case they are normalized. The words are configured in a resource bundle text file - org.threeten.extra.wordbased.properties - with overrides per language.
Return
the localized word-based format for the period
Parameters
the period to format
the locale to use
Formats a duration to a string in a localized word-based format.
This returns a word-based format for the duration. The words are configured in a resource bundle text file - org.threeten.extra.wordbased.properties - with overrides per language.
Return
the localized word-based format for the duration
Parameters
the duration to format
the locale to use
Formats a period and duration to a string in a localized word-based format.
This returns a word-based format for the period. The year and month are printed as supplied unless the signs differ, in which case they are normalized. The words are configured in a resource bundle text file - org.threeten.extra.wordbased.properties - with overrides per language.
Return
the localized word-based format for the period and duration
Parameters
the period to format
the duration to format
the locale to use