Posted by David Gillen on 01/04/07 17:17
Krustov said:
> $ganja=date("D dS M h:i A");
>
>
> Assuming the above produced the following .
>
> Tue 02nd Jan 11:55 PM
>
>
> 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", mktime() + 600);
D.
PS: interesting variable name.
--
[Back to original message]
|