Kactoos

kactoos-jvm / nnl.rocks.kactoos.time / LocalDateTimeOf / <init>

<init>

LocalDateTimeOf(date: CharSequence) LocalDateTimeOf(date: CharSequence, formatter: DateTimeFormatter)LocalDateTimeOf(date: CharSequence, format: String)

Parses date using the provided format to create LocalDateTime instances.

Parameters

date - The date to parse.

format - The format to use.LocalDateTimeOf(parsed: KScalar<LocalDateTime>)

Parser for LocalDateTime instances. Parses the date using the formatter to create LocalDateTime instances.

Parameters

parsed - The parsed date.

Since 0.27