Question

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

Was it helpful?

Solution

date_default_timezone_set('UTC');

$tstamp = strtotime('Wed Jan 29 2014');
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top