Help for this page

Select Code to Download


  1. or download this
    use Date::Calc;
    
    my ( $year, $month, $day ) = Today();
    
  2. or download this
    use Date::Manip;
    
    print UnixDate("today","It is %b %e, %Y");