Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fupslot/5453631 to your computer and use it in GitHub Desktop.
Save fupslot/5453631 to your computer and use it in GitHub Desktop.
var isLeapYear = (new Date(now.getFullYear, 1, 29).getMonth() == 1); // year is leap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment