IntlFormatLocaleOptions
import type { IntlFormatLocaleOptions } from "https://esm.sh/v135/date-fns@3.6.0/index.d.mts";
The locale options.
interface IntlFormatLocaleOptions {
locale: IntlFormatLocale | IntlFormatLocale[];
}§Properties
§
locale: IntlFormatLocale | IntlFormatLocale[]
[src]The locale(s) to use (see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl#locales_argument)