Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 7, 2019 21:51
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/853d34446d4acf07052303b6d7e88803 to your computer and use it in GitHub Desktop.
Save parzibyte/853d34446d4acf07052303b6d7e88803 to your computer and use it in GitHub Desktop.
<?php
$momentoDelDia = date("a");
echo "El momento del día es $momentoDelDia";
#Imprime algo como El momento del día es am
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment