How to fetch UTC dates with JavaScript?

Posted by George Edison on Stack Overflow See other posts from Stack Overflow or by George Edison
Published on 2010-04-16T03:03:11Z Indexed on 2010/04/16 3:13 UTC
Read the original article Hit count: 303

Filed under:
|
|

I want to get the current UTC date with Javascript. How can I do this? There seems to be methods for getting the time in UTC:

date.getUTCHours();

How can I get the date?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about utc