Help for this page

Select Code to Download


  1. or download this
    my $string = '20050516';
    
  2. or download this
    my $newstring = substr($string,0,8).substr($string,0,4).substr($string
    +,8,0);