Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 7, 2019 21:50
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/ece8b302afee29c9c5d3c1ed28de850c to your computer and use it in GitHub Desktop.
Save parzibyte/ece8b302afee29c9c5d3c1ed28de850c to your computer and use it in GitHub Desktop.
<?php
$numeroDeSemana = date("W");
echo "Hoy es la semana número $numeroDeSemana";
# Imprime algo como Hoy es la semana número 40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment