On Mon, 2 Jun 2003, Flavio S. Glock wrote:

> FAQ said:
> > 2.3: Why do I need to truncate dates?
> > ...
> > Of course if you are trying to work out if an hour long
> > meeting is going on now then you should truncate to
> > hours... but for that kind of thing you probably want a
> > DateTime::Span
>
> RFC - Do we need something like this?
>
>     $span = DateTime::Span->hour( $dt );
>     $span = DateTime::Span->day( $dt );
>     ...

What does this do?


-dave

/*=======================
House Absolute Consulting
www.houseabsolute.com
=======================*/

Reply via email to