Skip to content

Instantly share code, notes, and snippets.

@w3guy
Forked from AshKyd/rfc2822.js
Created October 13, 2017 17:01
Show Gist options
  • Save w3guy/20f5caa0698fc4688fac99d16ea29423 to your computer and use it in GitHub Desktop.
Save w3guy/20f5caa0698fc4688fac99d16ea29423 to your computer and use it in GitHub Desktop.
A momentjs RFC2822 formatted date string.
var DATE_RFC2822 = "ddd, DD MMM YYYY HH:mm:ss ZZ";
moment().format(DATE_RFC2822);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment