Hey I just tryed the kotlinx-datetime and was wandering if it has something like DateTime Formatter and how to use it. Any suggestions?
To be more specific I just want to get the current date in a specific format (dd.MM.yyyy) as well as the current time (HHmmss) as strings
m
Marc Knaup
10/11/2020, 5:04 AM
The library is still in early preview and doesn’t support formatting yet. You’ll have to fill in that part with other libraries or platform-specific functionality for now.