Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 29, 2019 21:59
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/cfd952f50e6910a05c93fe426e105cf0 to your computer and use it in GitHub Desktop.
Save parzibyte/cfd952f50e6910a05c93fe426e105cf0 to your computer and use it in GitHub Desktop.
<?php
/*
Asumimos que $fechaComoEntero es
como su nombre lo dice una variable entera, que
calculamos con los ejemplos mostrados arriba
*/
$anio = date("Y", $fechaComoEntero);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment