W3cubDocs

/Kotlin

toLocaleString

fun toLocaleString(
    locales: Array<String> = definedExternally, 
    options: LocaleOptions = definedExternally
): String

Platform and version requirements: JS

fun toLocaleString(
    locales: String, 
    options: LocaleOptions = definedExternally
): String

Platform and version requirements: JS

© 2010–2018 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.js/-date/to-locale-string.html