my $dt=$datec->subtract_datetime( $dateref )->delta_days(); #### my $dt=$datec->clone->subtract_datetime( $dateref ); $dt=$dt->in_units('days');