Wednesday, April 11, 2012

How to turn date into timestamp

How would i turn
2012-04-11 12:49:14
into a unixtime stamp?



I have tried



$time = mktime("2012-04-11 12:59:14");


and



$time = strtotime("2012-04-11 12:59:14");




No comments:

Post a Comment