<?php $dia = 25; $mes = 2; $anio = 2005; echo date("l $dia, F - Y", mktime(0, 0, 0, $mes, $dia, $anio)); ?>