Skip to content

Instantly share code, notes, and snippets.

@joseadanof
Created May 8, 2014 13:59
Show Gist options
  • Save joseadanof/214465fa056ff26f58fc to your computer and use it in GitHub Desktop.
Save joseadanof/214465fa056ff26f58fc to your computer and use it in GitHub Desktop.
Wordpress Date Spanish Español
<?php setlocale(LC_TIME, "es_ES"); ?><?php echo strftime("%d de %B de %Y"); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment