Skip to content

Instantly share code, notes, and snippets.

@tleen
Created March 7, 2013 19:08
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tleen/5110817 to your computer and use it in GitHub Desktop.
Save tleen/5110817 to your computer and use it in GitHub Desktop.
Format a Javascript Date to HTML5 time element datetime using moment.js
var html5datetime = moment(yourDate).format('YYYY-MM-DDTHH:mm:ssZ')
@Andy-set-studio
Copy link

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment