|
Posted by Moot on 01/04/07 21:43
Krustov wrote:
> > $ganja=date("D dS M h:i A",time()+600);
> >
>
> That worked fine - thanks to both users .
>
Or, if you're like me and don't want to figure out the correct number
to add for various intervals, a more plain-english style solution would
be:
$ganja = date("D dS M h:i A",strtotime("+10 minutes"));
Navigation:
[Reply to this message]
|