Backend/Func/DaysInMonth.pm - Number of days in a month
This function returns the number of days in a given month.
my $days_num = $self->DaysInMonth($year_num, $month_num);
Example
# December 2004 my $days = $self->DaysInMonth(2004, 12);