DateFormatOptions
interface DateFormatOptions {
locale?: string;
timezone?: string;
}Source: date.ts:15
Date format options
Properties
locale: string
Locale for formatting
Default: ```ts 'en-US' ```
timezone: string
Timezone for display
Default: ```ts undefined (local timezone) ```