Skip to content

Instantly share code, notes, and snippets.

@kirkegaard
Created March 16, 2010 12:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kirkegaard/333874 to your computer and use it in GitHub Desktop.
Save kirkegaard/333874 to your computer and use it in GitHub Desktop.
function getDaysOfMonth(year, month) {
return 32 - new Date(year, month, 32).getDate();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment