BaseIsoDateTimeFormat

data class BaseIsoDateTimeFormat(val format: String, val twoDigitBaseYear: Int = 1900) : DateFormat

Constructors

Link copied to clipboard
constructor(format: String, twoDigitBaseYear: Int = 1900)

Properties

Link copied to clipboard
Link copied to clipboard
val twoDigitBaseYear: Int = 1900

Functions

Link copied to clipboard
open override fun format(dd: DateTimeTz): String
Link copied to clipboard
Link copied to clipboard
fun DateFormat.parse(str: String, doAdjust: Boolean = true): DateTimeTz
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun tryParse(str: String, doThrow: Boolean, doAdjust: Boolean): DateTimeTz?
Link copied to clipboard