Help for this page

Select Code to Download


  1. or download this
    Date::Math::Add;
    Date::Math::Subtract;
    ...
    Date::Math::JulianCalendar;
    Date::Math::GregorianCalendar;
    #etc etc.
    
  2. or download this
    my $math = Date::Math->new();
    
    ...
    }
    
    print "That falls on a ", $math->weekday_name($math->addition("2016/05
    +/16", 5, "days"));
    
  3. or download this
    
    my $mathadd = Date::Math::Add->new();
    ...
    }
    
    print "That falls on a ", $mathweekday->weekday_name($mathadd->additio
    +n("2016/05/16", 5, "days"));