Skip to content

Instantly share code, notes, and snippets.

@tytskyi
Created September 8, 2014 08:08
Show Gist options
  • Save tytskyi/954dc55f76ffd5c77618 to your computer and use it in GitHub Desktop.
Save tytskyi/954dc55f76ffd5c77618 to your computer and use it in GitHub Desktop.
getCleanTodayTimestamp = function () {
return new Date().setHours(0, 0, 0, 0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment