Join Slack
Communities
Powered by
No, the Kotlin stdlib doesn't ship with Date/Time ...
# getting-started
d
diesieben07
09/22/2017, 6:28 AM
No, the Kotlin stdlib doesn't ship with Date/Time handling stuff. Stick with the new Java 8 APIs (not sure how the Java 8 situation is on Android these days) or Jodatime.
l
lovis
09/22/2017, 7:44 AM
there’s the JSR-310 backport for Android
https://github.com/JakeWharton/ThreeTenABP
, if you’re not targeting API26 (
@Regan Russell
)
👍 1
Open in Slack
Previous
Next