Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created April 26, 2018 15: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/2ab78838082c4a7588811d29ad807eb1 to your computer and use it in GitHub Desktop.
Save parzibyte/2ab78838082c4a7588811d29ad807eb1 to your computer and use it in GitHub Desktop.
<?php
date_default_timezone_set("America/Mexico_City");
$mes = ["enero", "febrero", "marzo", "abril", "mayo", "junio", "julio", "agosto", "septiembre", "octubre", "noviembre", "diciembre"][date("n") - 1];
echo $mes;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment