Have you seen the Tea parties on the news lately. This is the first time in my life I can remember right leaning protests on this scale. I think things have finally reached a point where the silent majority will be silent no longer.
How to add a timestamp to an interval/duration to get a new timestamp in PHP?
How to add a timestamp to an interval/duration to get a new timestamp in PHP?
How to add a timestamp to an interval/duration to get a new timestamp in PHP?
How to add a timestamp to an interval/duration to get a new timestamp in PHP?
There are two timestamps.
echo $time1;//The result is "2009-05-02 22:09:28"
echo $time2;//The result is "2009-05-04 20:07:19“;
How can I get the interval between $time1 and $time2?
When I set
$time3=$time2-$time1;
I get 0.
Please advise.