Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created April 19, 2018 22:34
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/23ce62597ea0980172bce3b80f14a12e to your computer and use it in GitHub Desktop.
Save parzibyte/23ce62597ea0980172bce3b80f14a12e to your computer and use it in GitHub Desktop.
function diasDelMesYAñoActual() {
var fecha = new Date();
return new Date(fecha.getFullYear(), fecha.getMonth() + 1, 0).getDate();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment