Skip to main content
method Temporal.ZonedDateTime.prototype.toLocaleString
ZonedDateTime.prototype.toLocaleString(
locales?: string | string[],
): string
Deprecated

Parameters

optional
locales: string | string[]

Return Type

string
Back to top