I have a problem with Time4J library, I can not convert specific timeStamp to Moment format.
for example, I want something like this: Moment.timeInMillies = myTime
or Moment.of(myTime)
myTime
is a long
value of milliseconds since the epoch, which can be obtained via System.currentTimeMillis()
.