Pergunta

Want a proper unix time stamp from 'Wed Jan 29 2014' that format using PHP.Please Help.Thanks in advance

Foi útil?

Solução

date_default_timezone_set('UTC');

$tstamp = strtotime('Wed Jan 29 2014');
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top