Kactoos

kactoos-jvm / nnl.rocks.kactoos.time / DateOf

DateOf

class DateOf : Scalar<Date>

Parser for Date instances. Parsing the date using the provided formatter.

Parameters

parsed - The parsed date

Since 0.27

Constructors

Name Summary
<init> DateOf(date: CharSequence, formatter: DateTimeFormatter)
DateOf(date: CharSequence)DateOf(date: CharSequence, format: String)
Parses the date using the provided format.DateOf(parsed: KScalar<Date>)
Parser for Date instances. Parsing the date using the provided formatter.

Functions

Name Summary
invoke fun invoke(): Date
Get value of this Scalar