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

Parameters

optional
locales: string | string[]

Return Type

string
Back to top