public final class ReadableInstantPrinter extends Object implements Printer<ReadableInstant>
ReadableInstant
instances using a DateTimeFormatter
.Constructor and Description |
---|
ReadableInstantPrinter(DateTimeFormatter formatter)
Create a new ReadableInstantPrinter.
|
public ReadableInstantPrinter(DateTimeFormatter formatter)
formatter
- the Joda DateTimeFormatter instancepublic String print(ReadableInstant instant, Locale locale)
Printer
print
in interface Printer<ReadableInstant>
instant
- the instance to printlocale
- the current user locale