Interface: DateTimeOptions<Key, Locales>
DateTime options
Extends
Intl.DateTimeFormatOptionsLocaleOptions<Locales>
Signature
ts
export interface DateTimeOptions<Key = string, Locales = Locale> extends Intl.DateTimeFormatOptions, LocaleOptions<Locales>Type Parameters
| Name |
|---|
Key = string |
Locales = Locale |
Properties
| Name | Type | Description |
|---|---|---|
fallbackWarn (optional) | boolean | |
key (optional) | Key | |
missingWarn (optional) | boolean | |
part (optional) | boolean |
Tags
@remarks— Options for Datetime formatting API@VueI18nGeneral