kotlin-jupyter icon indicating copy to clipboard operation
kotlin-jupyter copied to clipboard

Is there any way to work with Date ?

Open afaucogney opened this issue 3 years ago • 1 comments

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 !

afaucogney avatar Dec 17 '21 13:12 afaucogney

Hi! Do you mean something like this? image 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")

ileasile avatar Dec 17 '21 14:12 ileasile