Skip to content

Instantly share code, notes, and snippets.

@krohne
Created January 19, 2017 13:59
Show Gist options
  • Save krohne/c7849a60dedacf5f5ef18dd0867122c7 to your computer and use it in GitHub Desktop.
Save krohne/c7849a60dedacf5f5ef18dd0867122c7 to your computer and use it in GitHub Desktop.
Yesterday's date in one line
return ( (new Date( new Date( (new Date()).toISOString().slice(0,10) ) - 1 ) ).toISOString().slice(0,10) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment