The following returns time in microseconds, for example 4565212462.
alert( $.now() );
How do I convert it to a human readable time format,
console.log( new Date().toLocaleString().slice(9, -3) , new Date().toString().slice(16, -15) );