Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
148 votes
16 answers
673k views

How to get current time with jQuery

The following returns time in microseconds, for example 4565212462. alert( $.now() ); How do I convert it to a human readable time format, such as (hours:minutes:seconds)?
Relm's user avatar
  • 8,221
4 votes
3 answers
4k views

JS microtime vs php microtime

i'm using a plugin for a ganttchart. i feed the plugin with json: Plugin: GitHub - JQuery Gantt { "name": "Zbigniew Kowalski", "desc": "Administrator", "values": [ {"from": "/Date(...
Jens's user avatar
  • 345
0 votes
2 answers
463 views

Jquery - How can i create a datetime in microformat

what ist the fastest way to create this date format with javascript/jquery? Wed, 03 Aug 2011 15:49:22 -0700 Thanks in advance! Peter
Peter's user avatar
  • 11.8k