Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save oscarmarina/380090c30a2746b314ecd695b0c9d7ba to your computer and use it in GitHub Desktop.

Select an option

Save oscarmarina/380090c30a2746b314ecd695b0c9d7ba to your computer and use it in GitHub Desktop.
window.localStorage.setItem('expirationDate', new Date((new Date()).getTime() + (15 * 24 * 60 * 60 * 1000)).toString());
window.localStorage.setItem('expirationDate', new Date((new Date()).getTime() - (15 * 24 * 60 * 60 * 1000)).toString());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment