Java org.joda.time.format PeriodFormat fields, constructors, methods, implement or subclass

Example usage for Java org.joda.time.format PeriodFormat fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.joda.time.format PeriodFormat.

The text is from its open source code.

Method

PeriodFormattergetDefault()
Gets the default formatter that outputs words in English.
PeriodFormatterwordBased()
Returns a word based formatter for the JDK default locale.
PeriodFormatterwordBased(Locale locale)
Returns a word based formatter for the specified locale.