Skip to content

Instantly share code, notes, and snippets.

@brianswisher
Last active May 23, 2016 17:13
Show Gist options
  • Select an option

  • Save brianswisher/f9a63a05cd6612393f4641c343633786 to your computer and use it in GitHub Desktop.

Select an option

Save brianswisher/f9a63a05cd6612393f4641c343633786 to your computer and use it in GitHub Desktop.
GetTodayJS
function getToday() {
var today = new Date();
today.setHours(12);
return today.toISOString();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment