Skip to content

Instantly share code, notes, and snippets.

@eliocapelati
Created September 26, 2017 23:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eliocapelati/185f94a5c565e0ec0a4f6f57c480695f to your computer and use it in GitHub Desktop.
Save eliocapelati/185f94a5c565e0ec0a4f6f57c480695f to your computer and use it in GitHub Desktop.
Array.from({length: 5}, (v, k) => moment().subtract(k, 'month').format("MM/YYYY"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment