Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 7, 2019 22:58
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/8a8a67e15dce4325bba5b6fa31a3ecea to your computer and use it in GitHub Desktop.
Save parzibyte/8a8a67e15dce4325bba5b6fa31a3ecea 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