human to UNIX time conversion with PHP -


i have strings this: thu, 27 may 2010 07:00:00 gmt

i want convert them unix timestamp

is there way?

echo strtotime('thu, 27 may 2010 07:00:00 gmt'); 

http://php.net/manual/en/function.strtotime.php


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -