Sean O'Loughlin wrote:
> I have a question about how a certain function would look. Basically, what I
> want to do is having something that would take in a 'from' date (day, month,
> year) and a 'to' date (also day, month and year) and then spit back a series
> of records whose timestamps
"Sean O'Loughlin" <[EMAIL PROTECTED]> writes:
> Hi all,
> I have a question about how a certain function would look. Basically, what I
> want to do is
> having something that would take in a 'from' date (day, month, year) and a
> 'to' date (also day,
> month and year) and then spit back a series
Hi all,I have a question about how a certain function would look. Basically, what I want to do is having something that would take in a 'from' date (day, month, year) and a 'to' date (also day, month and year) and then spit back a series of records whose timestamps fall between those two dates. How