my $today = DateTime->now;
   $today->truncate(to => "day");

From memory, this would work for you .. I can't test it here: $today = DateTime->now->truncate(to => "day");

--
--------------------------------------------------------
            There are 10 kinds of people:
  those that understand binary, and those that don't.
--------------------------------------------------------
  The day Microsoft makes something that doesn't suck
    is the day they start selling vacuum cleaners
--------------------------------------------------------
"Write a wise proverb and your name will live forever."
   -- Anonymous
--------------------------------------------------------

Reply via email to