Skip to content

Instantly share code, notes, and snippets.

@forforf
Created March 6, 2012 15:27
Show Gist options
  • Save forforf/1986797 to your computer and use it in GitHub Desktop.
Save forforf/1986797 to your computer and use it in GitHub Desktop.
Javascript/Coffeescript Date Formats
now = new Date();
alert now
alert now.toUTCString()
alert now.toJSON()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment