Skip to content

Instantly share code, notes, and snippets.

@snide
Created June 1, 2015 18:49
Show Gist options
  • Save snide/870e8e64e829886897a3 to your computer and use it in GitHub Desktop.
Save snide/870e8e64e829886897a3 to your computer and use it in GitHub Desktop.
randDates = []
for (newDate = Moment(); newDate < Moment(newDate).add(10, 'd'); newDate = Moment(newDate).add(1, 'd'))
randDates.push(newDate)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment