I have an Instant, and I want to format that to a localized month+year string. So in English, "January 2025", or in Korean "2025년 1월" etc...
I know the user's locale, so no magic involved.
Feels like this should be very achievable, but can't find any documentation/resources on how to do so in Kotlin multiplatform?
rob42
01/17/2025, 3:27 PM
As an aside, this is so hard to search for because "localized date formatting" yields pages and pages of timezone conversion stuff