Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

calendar?: string
dateStyle?: "long" | "short" | "full" | "medium"
day?: "numeric" | "2-digit"
dayPeriod?: "long" | "short" | "narrow"
era?: "long" | "short" | "narrow"
formatMatcher?: "best fit" | "basic"
fractionalSecondDigits?: 0 | 2 | 1 | 3
hour?: "numeric" | "2-digit"
hour12?: boolean
hourCycle?: "h11" | "h12" | "h23" | "h24"
locale?: string
localeMatcher?: "best fit" | "lookup"
meridiem?: boolean | "short" | "narrow" | "lowercase"
minute?: "numeric" | "2-digit"
month?: "numeric" | "long" | "short" | "narrow" | "2-digit"
numberingSystem?: string
omitCommas?: boolean
omitZeroMinute?: boolean
second?: "numeric" | "2-digit"
separator?: string
timeStyle?: "long" | "short" | "full" | "medium"
timeZone?: string
timeZoneName?: "long" | "short"
week?: "numeric" | "long" | "short" | "narrow"
weekday?: "long" | "short" | "narrow"
year?: "numeric" | "2-digit"

Generated using TypeDoc