The following returns time in microseconds, for example 4565212462.
alert( $.now() );
How do I convert it to a human readable time format,
The following
function gettzdate(){ var fd = moment().format('YYYY-MM-DDTHH:MM:ss'); return fd ; }
works for forcing the current date onto a