Possible Duplicate:
Date to timestamp (PHP)?
How do I get the current time in seconds since 1st january 1970 in php?
does the dateTime object support anything since as
$date1 = new DateTime("01/01/1970");
$return = since($date1, date.now());
The problem I get here is I could just do something like ((minutes=hours *60)*60)
Is there a nicer way?