|
Posted by David Gillen on 01/04/07 22:38
Moot said:
> 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"));
>
Haha, I like that. Anything that makes something easier to understand when
scanning the code is good.
D.
--
Navigation:
[Reply to this message]
|