Ver Mensaje Individual
  #4 (permalink)  
Antiguo 25/02/2015, 15:26
Avatar de chicohot20
chicohot20
 
Fecha de Ingreso: mayo-2009
Mensajes: 388
Antigüedad: 15 años
Puntos: 43
Respuesta: strtotime no me funciona

Un tema de formatos era mi problema.
pateketrueke con date_default_timezone_set('UTC'); no me funciona, sólo me funciona con el formato mm/dd/YYYY:
Código PHP:
<?php echo strtotime('02/25/2015 23:59:59'); ?><br />
<?php echo strtotime('02/26/2015 00:00:00'); ?><br />