DateFormatOptionsinterface
{
readonly locale?: Intl.Locale | undefined;
}| Property | Type | |
|---|---|---|
.locale | Intl.Locale | Override the locale for formatting (defaults to detected locale). readonly |
Options we use for date, time, and datetime formatting.