Does kotlinx.datetime have a multiplatform equival...
# kotlinx-datetime
f
Does kotlinx.datetime have a multiplatform equivalent for
java.time.format.DateTimeFormatter
?
m
I don't think so but I'm curious about this too.
@John O'Reilly has a
expect
/`actual` version for iOS/Android here that uses the platform equivalents.
j
Formatting is planned
m
I guess that includes locale-aware formatting? This is the hard stuff AFAIK
j
Not sure maybe @Dmitry Khalanskiy [JB] can share more info
d
First, we'll publish a release with the locale-invariant parsing/formatting so that the most common use cases are covered and people give us some feedback on the API we cooked up. Locale-aware formatting is to follow soon after.