kactoos-jvm / nnl.rocks.kactoos.time / LocalDateAsText / <init>
LocalDateAsText(date: LocalDate, formatter: DateTimeFormatter = Iso().invoke())LocalDateAsText(date: LocalDate, format: String, locale: Locale = Locale.getDefault(Locale.Category.FORMAT))
Formats the date using the provided format string using the provided locale.
date - The date to format.
format - The format string to use.
locale - The locale to use.LocalDateAsText(formatted: KScalar<String>)
Formatter for LocalDate instances.
date - The date to format.
formatter - The formatter to use.
Since 0.3