Ver original$fecha = date("2016-05-01");$fecha = strftime("%A %d %B %Y ", strtotime($fecha));echo $fecha;