Subject: | wrap_around for Saturday does not work properly |
when I do a @wraparound_dates = $month->wraparound_dates(6); for a date object my
$month = Date::Simple::Month->new(int $pyear, int $pmonth); # this year, for 2006, 04
I am returned dates starting on 2006-03-26 not 2006-03-25.
Mark