Ver Mensaje Individual
  #12 (permalink)  
Antiguo 26/04/2005, 03:14
Avatar de Pazosele
Pazosele
 
Fecha de Ingreso: marzo-2005
Ubicación: BCN - España
Mensajes: 200
Antigüedad: 19 años, 1 mes
Puntos: 0
da unos errores de valor negativo y offset indefinido dependiendo de la fecha.. :S

he provado la funcion.. pero hay un problemilla aun.. :S

he aplicado la funcion asi:
Código PHP:
  echo 'Fecha:'$fecha'<br>'
  echo 
'Fecha Inicio:'$finici'<br>'
  echo 
'Fecha Final:'$ffinal'<br>'

convertir($fecha);
echo 
'fecha convertida'$fecha;
convertir($finici);
echo 
'fecha inici convertida'$finici;
convertir($ffinal);
echo 
'fecha final convertida'$ffinal
pero al probarlo me da errores a veces...
depende de la fecha inicial o final.. por ejemplo:
Código:
Fecha: 25-4-2005 23:24
Fecha Inicio: 1-1-2005 0:00
Fecha Final: 12-6-2005 23:45
fecha convertida 25-4-2005 23:24

Notice: Undefined offset: 1 in c:\inetpub\wwwroot\responder\pruebadefechas.php on line 30
fecha inici convertida 1-1-2005 0:00
fecha final convertida 12-6-2005 23:45
o provando con otras fechas:
Código:
Fecha: 25-4-2005 23:25
Fecha Inicio: 1-1-1900 0:00
Fecha Final: 1-1-1900 0:00
fecha convertida 25-4-2005 23:25

Notice: Undefined offset: 1 in c:\inetpub\wwwroot\responder\pruebadefechas.php on line 30

Warning: mktime(): Windows does not support negative values for this function in c:\inetpub\wwwroot\responder\pruebadefechas.php on line 32
fecha inici convertida 1-1-1900 0:00

Notice: Undefined offset: 1 in c:\inetpub\wwwroot\responder\pruebadefechas.php on line 30

Warning: mktime(): Windows does not support negative values for this function in c:\inetpub\wwwroot\responder\pruebadefechas.php on line 32
fecha final convertida 1-1-1900 0:00
o finalmente:
Código:
Fecha: 25-4-2005 23:26
Fecha Inicio: 11-11-2111 22:22
Fecha Final: 11-11-2255 22:22
fecha convertida 25-4-2005 23:26

Warning: mktime(): Windows does not support negative values for this function in c:\inetpub\wwwroot\responder\pruebadefechas.php on line 32
fecha inici convertida 11-11-2111 22:22

Warning: mktime(): Windows does not support negative values for this function in c:\inetpub\wwwroot\responder\pruebadefechas.php on line 32
fecha final convertida 11-11-2255 22:22
__________________
Share our Knowledge!
Adura Vita!