-
-
Save vordan/0dd0e382e6d1dfe277a05254f1cdf3ad 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