kactoos-jvm / nnl.rocks.kactoos.time / LocalDateTimeOf / <init>
LocalDateTimeOf(date:
CharSequence
)
LocalDateTimeOf(date:
CharSequence
, formatter:
DateTimeFormatter
)
LocalDateTimeOf(date:
CharSequence
, format:
String
)
Parses date using the provided format to create LocalDateTime instances.
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.
parsed
- The parsed date.
Since 0.27