DateOptions
data class DateOptions(val styleOptions: DateStyleOptions = Defaults.DATE) : PolyglotLocalizerOptions<LocalDateLocalizer> (source)
Simple container class for DateStyleOptions.
This class is currently "useless", but exists for symmetry with TimeOptions and forward-compatibility in case we need to add global options independent of usage of style or components options.
Functions
Link copied to clipboard
Returns a new instance of the PolyglotLocalizer of type L that this options belongs to.