Help for this page

Select Code to Download


  1. or download this
    $t->add_months(11-$t->mon)->month_last_day;
    
  2. or download this
    use Date::Calc qw( Days_in_Month );
    print Days_in_Month(2016,2);