How to format $.now() with Jquery

Viewed 56712

$.now() gives me the time as miliseconds. I need to show it something like hh:mm:ss

How can I do that in Jquery?

7 Answers
Related