Time line for timestamp

Possible duplicate:
Is it possible to get UNIX time from that date? 2011-02-27 02:04:46?

How to convert a PHP timestamp, for example 2011-05-04 10:35:57in the Unix era (in seconds)?

+3
source share
1 answer

strtotime("2011-05-04 10:35:57")

+3
source