Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 7, 2019 21:41
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/ce6bf6acc92a2113207cabbb39eecd73 to your computer and use it in GitHub Desktop.
Save parzibyte/ce6bf6acc92a2113207cabbb39eecd73 to your computer and use it in GitHub Desktop.
<?php
$dentroDeQuinceMinutos = strtotime("+15 minute");
$formateado = date("Y-m-d H:i:s", $dentroDeQuinceMinutos);
$formateadoAhora = date("Y-m-d H:i:s");
echo "Ahora es $formateadoAhora y dentro de quince minutos será $formateado";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment