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

MillisecondInstantPrinter

class MillisecondInstantPrinter : Printer<Long>

Prints Long instances using a Joda DateTimeFormatter.

Author
Keith Donald

Since
3.0

Constructors

<init>

MillisecondInstantPrinter(formatter: DateTimeFormatter)

Create a new ReadableInstantPrinter.

Functions

print

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