Convert epoch time to iso8601 format using jQuery

Posted by user241673 on Stack Overflow See other posts from Stack Overflow or by user241673
Published on 2010-03-15T02:10:56Z Indexed on 2010/03/15 2:19 UTC
Read the original article Hit count: 584

I want to convert an epoch time (seconds since midnight 1/1/1970) to iso8601 format combined date and time in UTC ("2010-03-14T09:12Z" or "Tue Mar 14 21:02:31 +0000 2010") using jQuery code in a plugin.

Any help greatly appreciated. Thanks!

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-plugins