Created
March 12, 2021 13:42
-
-
Save lfgrando/f6546c70a86a79a6892506d6828ef518 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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