• Compression Streams API
  • Console and Debugging
  • DOM APIs
  • DOM Events
  • Encoding API
  • Fetch API
  • Fleek Node API
  • Observability
  • Scheduling
  • Streams API
  • Timers
  • Typed Arrays
  • Web APIs
  • Web Crypto API
  • Web File API
  • WebAssembly
  • WebGPU
  • WebSockets
  • Uncategorized
  • view all 376 symbols
  • Fleek Runtime APIs
    • Intl
    • .
    • DateTimeFormat
interface Intl.DateTimeFormat

Methods

format(date?: Date | number): string
resolvedOptions(): ResolvedDateTimeFormatOptions
variable Intl.DateTimeFormat

Call Signatures

(
locales?: string | string[],
options?: DateTimeFormatOptions,
): DateTimeFormat

Properties

readonly
prototype: DateTimeFormat

Methods

supportedLocalesOf(
locales: string | string[],
options?: DateTimeFormatOptions,
): string[]

Document Navigation

  • Methods
    • format
    • resolvedOptions
  • Call Signatures
  • Properties
    • prototype
  • Methods
    • supportedLocalesOf