getUTCMilliseconds()

var myDate = new Date()
var currMill = myDate.getUTCMilliseconds()

Close