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

Parameters

optional
locales: string | string[]

Return Type

string
Back to top