RelativeDateAbsoluteTimeOptions
constructor(dateOptions: RelativeLocalDateOptions = RelativeLocalDateOptions(), timeOptions: LocalTimeOptions, joinerStyle: DateStyle = DateStyle.LONG)(source)
Parameters
dateOptions
relative date options, see RelativeLocalDateOptions
timeOptions
absolute time options, see LocalTimeOptions
joinerStyle
the style of the join between the date and time components (e.g. <date>, <time> vs <date> at <time>)
constructor(dateOptions: RelativeLocalDateOptions = RelativeLocalDateOptions(), timeOptions: TimeStyleOptions.Local = TimeStyle.Local.SHORT, joinerStyle: DateStyle = DateStyle.LONG)(source)