Created
March 7, 2013 19:08
-
-
Save tleen/5110817 to your computer and use it in GitHub Desktop.
Format a Javascript Date to HTML5 time element datetime using moment.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var html5datetime = moment(yourDate).format('YYYY-MM-DDTHH:mm:ssZ') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you!