Relative Date Absolute Time Options
constructor(dateOptions: RelativeLocalDateOptions = RelativeLocalDateOptions(), timeOptions: LocalTimeOptions, joinerStyle: DateStyle = DateStyle.LONG)(source)
Parameters
date Options
relative date options, see RelativeLocalDateOptions
time Options
absolute time options, see LocalTimeOptions
joiner Style
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)