Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 16, 2019 02:13
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/b8f2eaaf4a5b9b2efafbf64483fb743d to your computer and use it in GitHub Desktop.
Save parzibyte/b8f2eaaf4a5b9b2efafbf64483fb743d to your computer and use it in GitHub Desktop.
<?php
echo date("Y-m-d", mt_rand(0, 500000000));
//Salida -> 1979-08-08, o una fecha como esas, ya que será aleatoria
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment