Ver original<?php setlocale(LC_ALL,"es_ES@euro","es_ES","esp");$fecha = strftime("%d de %B de %Y", strtotime("2013-03-15"));echo $fecha;