No, the Kotlin stdlib doesn't ship with Date/Time ...
# getting-started
d
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
there’s the JSR-310 backport for Android https://github.com/JakeWharton/ThreeTenABP, if you’re not targeting API26 (@Regan Russell)
👍 1