Scala get current-time millis with nscala-time

Viewed 38672

I am trying to get the current time in millis doing this

DateTime.now.millis

but I get

Property[millisOfSecond]

Which is the way to get the current time in millis with nscala-time?

I want to do this, using the same library

2 Answers
Related