
08/12/2015, 11:23
|
| | Fecha de Ingreso: noviembre-2004 Ubicación: NULL
Mensajes: 655
Antigüedad: 20 años, 3 meses Puntos: 6 | |
Respuesta: Cambiar Fecha YYYY-mm-dd a 0000-ene, 0000-feb... Cita:
Iniciado por hhs Utiliza la extensión intl: http://php.net/manual/es/book.intl.php para formatear la fecha,
Código PHP:
Ver original//creas una instancia para tu region $fmt = new IntlDateFormatter( "es_ES" , IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'America/New_York', IntlDateFormatter::GREGORIAN, "yyyy'-'MMMM " ); $date = new DateTime('2015-12-24 14:30:10'); //la fecha de tu base de datos
Gracias por la respuesta pero hay errores de este tipo ejemplo
Fatal error: Class 'IntlDateFormatter' not found in $fmt = new IntlDateFormatter( |