Ver Mensaje Individual
  #4 (permalink)  
Antiguo 31/10/2011, 07:31
Avatar de Eleazan
Eleazan
 
Fecha de Ingreso: abril-2008
Ubicación: Ibiza
Mensajes: 1.879
Antigüedad: 16 años
Puntos: 326
Respuesta: Determinar Fecha de Comienzo

Prueba esto:

Código PHP:

$fecha_1
=mktime(14,17,38,31,10,2011); 

$f date('d-m-Y h:i:s'$fecha_1);
echo 
'Fecha: '.$f
Así sabrás que fecha estás poniendo! :)
__________________
>> Eleazan's Source
>> @Eleazan