$.now() gives me the time as miliseconds. I need to show it something like hh:mm:ss
$.now()
hh:mm:ss
How can I do that in Jquery?
I'd suggest date-format jQuery plugin. Like this one or this one (I am using the former)