in reply to Re: How can I count the days between two dates?
in thread How can I count the days between two dates?
$VAR1 = bless( { 'seconds' => 0, 'minutes' => 0, 'end_of_month' => 'wrap', 'nanoseconds' => 0, 'days' => 0, 'months' => 13 }, 'DateTime::Duration' );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How can I count the days between two dates?
by Fletch (Bishop) on Nov 05, 2008 at 13:32 UTC |