Companion

actual object Companion(source)
expect object Companion(source)
actual object Companion(source)
actual object Companion(source)

Functions

Link copied to clipboard

Creates a new format for parsing and formatting LocalDateTime values.

Link copied to clipboard
expect fun parse(input: CharSequence, format: DateTimeFormat<LocalDateTime> = getIsoDateTimeFormat()): LocalDateTime

A shortcut for calling DateTimeFormat.parse.