How to convert period in milisecond to minutes / seconds , hour etc

You can do

Dates.toms(t) / Dates.toms(Minute(1))

using the undocumented Dates.toms function to convert time periods to floating-point milliseconds.

7 Likes