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