Skip to content

Instantly share code, notes, and snippets.

@tleen
Created March 7, 2013 17:30
Show Gist options
  • Star 15 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tleen/5109955 to your computer and use it in GitHub Desktop.
Save tleen/5109955 to your computer and use it in GitHub Desktop.
Format a Javascript Date to RFC-822 datetime using moment.js
var rfc822Date = moment(yourDate).format('ddd, DD MMM YYYY HH:mm:ss ZZ')
@tomasz-nolberczak
Copy link

It helps me a lot - thank you!

@naderchehab
Copy link

Short and sweet - thanks!

@ronenteva
Copy link

Thank you

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