Pardon the mess, Play My Code is in beta!

READY TO PLAY?
CLICK TO LOG IN!

sign up - lost password

milliseconds

.milliseconds()

Returns the number of milliseconds for the current time. A value from 0 to 1000.

Note that this is not the current time in milliseconds, but the number of milliseconds between the current second and the next one. To get the current time in milliseconds, use 'toMilliseconds'.

See Also