Description: Return a number representing the current time.
The $.now() method is a shorthand for the number returned by the expression (new Date).getTime().
$.now()
(new Date).getTime()
Submit feedback about this site to: