in reply to Re: Re: Multiple date ranges
in thread Multiple date ranges
Simple set-inclusion queries will tell you who is active on a given date. SQL might be better in the long run, but something like this would get you going.$a->event( start => '19971024T120000Z', end => '19971025T120000Z' ); # one period $a->event( start => '20001101T120000Z'); # open-ended
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Multiple date ranges
by AndyH (Sexton) on Feb 04, 2003 at 09:05 UTC | |
|
Re: Re: Re: Re: Multiple date ranges
by AndyH (Sexton) on Feb 04, 2003 at 09:09 UTC |