DateTimeFormat
open class DateTimeFormat(locales: String = definedExternally, options: DateTimeFormatOptions = definedExternally)(source)
Constructors
Link copied to clipboard
constructor(locales: String = definedExternally, options: DateTimeFormatOptions = definedExternally)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun formatRangeToParts(startDate: Instant, endDate: Instant): ReadonlyArray<DateTimeRangeFormatPart>
fun formatRangeToParts(startDate: PlainDate, endDate: PlainDate): ReadonlyArray<DateTimeRangeFormatPart>
fun formatRangeToParts(startDate: PlainDateTime, endDate: PlainDateTime): ReadonlyArray<DateTimeRangeFormatPart>
fun formatRangeToParts(startDate: PlainMonthDay, endDate: PlainMonthDay): ReadonlyArray<DateTimeRangeFormatPart>
fun formatRangeToParts(startDate: PlainTime, endDate: PlainTime): ReadonlyArray<DateTimeRangeFormatPart>
fun formatRangeToParts(startDate: PlainYearMonth, endDate: PlainYearMonth): ReadonlyArray<DateTimeRangeFormatPart>
Link copied to clipboard
Link copied to clipboard