Skip to content

Instantly share code, notes, and snippets.

@Zobber
Created November 30, 2021 19:29
Show Gist options
  • Save Zobber/2b6d01c8dc160f21369f47759010ca72 to your computer and use it in GitHub Desktop.
Save Zobber/2b6d01c8dc160f21369f47759010ca72 to your computer and use it in GitHub Desktop.
Fecha (Date) in PHP
setlocale(LC_ALL,"es_ES@euro","es_ES","esp");
$d = "nombre de l campo en la base de datos";
$fecha_base = strftime("%d de %B de %Y", strtotime($d));
echo $fecha_base;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment