https://kotlinlang.org logo
#kotlinx-datetime
Title
# kotlinx-datetime
m

Mikolaj

11/02/2023, 10:14 AM
Hello! Is it possible to use the library with kotlin 1.9.20? I have a multiplatform (android & iOS) project when I need to convert epoch timestamp to localized date time string (with and without time, like
02.11.2023
and
02.11.2023 11:15
)
d

Dmitry Khalanskiy [JB]

11/02/2023, 10:15 AM
Localized formatting is not yet supported. Please see https://github.com/Kotlin/kotlinx-datetime/discussions/253
😔 1
m

Mikolaj

11/02/2023, 10:18 AM
Thank You! 🙌 Are You aware of any KMP library that can do this right now, or do I have to write my expect/actuals?
2 Views