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 | Gewünschte Locale z.B. de-DE | |
timeZone | Gewünschte Zeitzone | |
hours12 | Darstellung im 12 Stunden Format? | |
type | Formatierungs-Typ |
Rückgabewert
Typ | Beschreibung |
---|---|
Returns a cached Intl.DateTimeFormat. |
Verfügbar ab Version 1.12 |