Created
November 30, 2021 19:29
-
-
Save Zobber/2b6d01c8dc160f21369f47759010ca72 to your computer and use it in GitHub Desktop.
Fecha (Date) in PHP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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