Interface DateTimeFormatOptions

Hierarchy

  • DateTimeFormatOptions

Properties

day?: string
era?: string
formatMatcher?: string
hour?: string
hour12?: boolean
hourCycle?: "h11" | "h12" | "h23" | "h24"
localeMatcher?: string
minute?: string
month?: string
second?: string
timeZone?: string
timeZoneName?: string
weekday?: string
year?: string

Generated using TypeDoc