Help for this page

Select Code to Download


  1. or download this
    
    $employee = param("employee");
    $sshift = param("sshift");
    $eshift = param("eshift");
    
  2. or download this
    @employee = param("employee");
    @sshift = param("sshift");
    @eshift = param("eshift");