|
Posted by Curtis on 01/30/07 06:39
Rik wrote:
> Curtis <dyer85@gmail.com> wrote:
>
>> On Jan 29, 6:46 pm, "Curtis" <dye...@gmail.com> wrote:
>>> function daysUntilNow($month, $day, $year, $format = 'Y-m-d') {
>>> $d = array();
>>> $ts = 0;
>>>
>>> while ( ($ts = mktime(0,0,0,$month,$day,$year)) < time() ){
>>> $ts = mktime(0,0,0,$month,$day,$year);
>>> $d[] = date($format,$ts);
>>> $day++; // increment days
>>> }
>>> return $d;
>>>
>>> }
>>
>> Grr, Google Groups borked my code. Pretend there's a closing brace for
>> the function.
>
> There is in real newsreaders :P
>
> --Rik Wasmus
Yeah, I finally found out my ISP's news server. I'm using Thunderbird
as my news client, for the moment, but I still want to check out Opera.
I hope Thunderbird is breaking the lines after the right amount of
characters.
--
Curtis, free of Google Groups
Navigation:
[Reply to this message]
|