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

Parameters

optional
locales: string | string[]

Return Type

string
Back to top