DateFormat

abstract class DateFormat

Kotlin common subset of java.text.DateFormat used by Lucene's flexible query parser.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun format(obj: Any, toAppendTo: StringBuilder, pos: FieldPosition): StringBuilder
abstract fun format(date: Date, toAppendTo: StringBuilder, pos: FieldPosition): StringBuilder
Link copied to clipboard
abstract fun parse(source: String, parsePosition: ParsePosition): Date?