Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created April 19, 2018 22:15
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 parzibyte/83acc8142cc59438a2318cfb37581dda to your computer and use it in GitHub Desktop.
Save parzibyte/83acc8142cc59438a2318cfb37581dda to your computer and use it in GitHub Desktop.
function diasEnUnMes(mes, año) {
return new Date(año, mes, 0).getDate();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment