kactoos-jvm / nnl.rocks.kactoos.time / DateOf / <init>
DateOf(date: CharSequence, formatter: DateTimeFormatter)
DateOf(date: CharSequence)DateOf(date: CharSequence, format: String)
Parses the date using the provided format.
date - The date to parse.
format - The format to use.DateOf(parsed: KScalar<Date>)
Parser for Date instances. Parsing the date using the provided formatter.
parsed - The parsed date
Since 0.27