spring-framework / org.springframework.format.datetime.joda / ReadableInstantPrinter

ReadableInstantPrinter

class ReadableInstantPrinter : Printer<ReadableInstant>

Prints Joda-Time ReadableInstant instances using a DateTimeFormatter.

Author
Keith Donald

Since
3.0

Constructors

<init>

ReadableInstantPrinter(formatter: DateTimeFormatter)

Create a new ReadableInstantPrinter.

Functions

print

fun print(instant: ReadableInstant, locale: Locale): String