Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno/cli/tsc/dts/lib.deno.unstable.d.ts>Intl.DateTimeFormatOptions

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface Intl.DateTimeFormatOptions
import { type Intl } from "https://deno.land/x/deno@v1.40.5/cli/tsc/dts/lib.deno.unstable.d.ts";
const { DateTimeFormatOptions } = Intl;

Properties

optional
dayPeriod: "narrow" | "short" | "long"
optional
dateStyle:
| "full"
| "long"
| "medium"
| "short"
optional
timeStyle:
| "full"
| "long"
| "medium"
| "short"