DateOptions
data class DateOptions(val styleOptions: DateStyleOptions = Defaults.DATE) : PolyglotLocalizerOptions<LocalDateLocalizer>
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.