kotlin-jupyter
kotlin-jupyter copied to clipboard
Is there any way to work with Date ?
I find strange this is not yet available, or at least no visible ! Could be with Joda, Java Date or Date in Koltin Kmp !
My use case is simple, I just need to subtract date between them !
Hi! Do you mean something like this?
It is possible. In case of Java or Kotlin stdlib, just import packages and use them.
In case of other JVM libraries (like Joda) you need to include them via
@file:DependsOn("group:artifact:version")