Hey I just tryed the kotlinx-datetime and was wand...
# kotlinx-datetime
c
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
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.
👍 1
b