Skip to content

Instantly share code, notes, and snippets.

@donamkhanh
Created November 2, 2009 03:42
Show Gist options
  • Save donamkhanh/223916 to your computer and use it in GitHub Desktop.
Save donamkhanh/223916 to your computer and use it in GitHub Desktop.
function daysInMonth(iMonth, iYear)
{
return 32 - new Date(iYear, iMonth, 32).getDate();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment