Help for this page

Select Code to Download


  1. or download this
    sub validate_date {
       my ($start_date, $end_date, $today) = @_;
    ...
          if $start_date gt $end_date;
       return "";
    }