Any chance of a date/time feature set appearing in...
# announcements
s
Any chance of a date/time feature set appearing in the standard library? It’d be pretty useful for multiplatform
👍 4
j
I’d greatly prefer to have these built-in as opposed to libraries. There are several libraries that do this out there, for others reading this.
3
k
Can’t you just import java.time.* and use the new Date-Time library added in Java 8 (which is basically JodaTime)?
Sorry, replied too quickly. I see that you’re doing native, so never mind 🙂