Created
March 7, 2013 17:30
-
-
Save tleen/5109955 to your computer and use it in GitHub Desktop.
Format a Javascript Date to RFC-822 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 rfc822Date = moment(yourDate).format('ddd, DD MMM YYYY HH:mm:ss ZZ') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Short and sweet - thanks!