Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 7, 2019 21:47
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/4c5818e332dac95fecb47e8f8f7abac0 to your computer and use it in GitHub Desktop.
Save parzibyte/4c5818e332dac95fecb47e8f8f7abac0 to your computer and use it in GitHub Desktop.
<?php
$fecha = date("Y-m-d H:i:s");
echo $fecha;
# Imprime algo como 2018-10-04 10:40:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment