getDateTimeFormatter

[ Funktion ]

public static getDateTimeFormatter(
    locale: string | undefined,
    timeZone: string | undefined,
    hour12: boolean | undefined,
    type: Localization.FormatType = 'full'
): Intl.DateTimeFormat;

Gibt ein zwischengespeichertes Intl.DateTimeFormat zurück. Wenn kein Parameter angegeben wird, wird die aktuelle Einstellung des Benutzers verwendet.

Parameter

Name

Typ

Beschreibung

locale

string | undefined

Gewünschte Locale

z.B. de-DE

timeZone

string | undefined

Gewünschte Zeitzone
z.B. UTC

hours12

boolean | undefined

Darstellung im 12 Stunden Format?

type

Localization.FormatType

Formatierungs-Typ

Rückgabewert

Typ

Beschreibung

Intl.DateTimeFormat

Returns a cached Intl.DateTimeFormat.

getDateTimeFormatter 1:

Verfügbar ab Version 1.12