fglock wrote:
>   $date->round( 'day' );
> would be the same as:
>   $date->set( day => 1, hour => 0, minute => 0, second => 0 );

bugfix:

   $date->round( 'day' );
would be the same as:
   $date->set( hour => 0, minute => 0, second => 0 );

- Flavio S. Glock

Reply via email to