Posted by Geoff Berrow on 01/04/07 17:18
Message-ID: <MPG.200742efa097acc398a3da@news.newsreader.com> from
Krustov contained the following:
>$ganja=date("D dS M h:i A");
>
>
>Assuming the above produced the following .
>
>Tue 02nd Jan 11:55 PM
It would produce the current time
>
>
>How do i add 10 minutes to it to produce this ? .
>
>Wed 03rd Jan 00:05 AM
$ganja=date("D dS M h:i A",time()+600);
--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
[Back to original message]
|