Skip to content

Instantly share code, notes, and snippets.

@lfgrando
Created March 12, 2021 13:42
Show Gist options
  • Save lfgrando/f6546c70a86a79a6892506d6828ef518 to your computer and use it in GitHub Desktop.
Save lfgrando/f6546c70a86a79a6892506d6828ef518 to your computer and use it in GitHub Desktop.
let date = new Date();
let today = new Date(date.getFullYear(), date.getMonth(), date.getDate(), 0, 0, 0);
console.log(today.toISOString());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment