Convertir datetime de mysql en unix timestamp usando php 26 Replies echo(date('U',strtotime($string)));
Diego Caro October 9, 2009 at 3:03 pm O bien podrÃas agregar UNIX_TIMESTAMP(colDate) en el select de mysql. Más info en http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_unix-timestamp
O bien podrÃas agregar UNIX_TIMESTAMP(colDate) en el select de mysql.
Más info en http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_unix-timestamp