Help for this page

Select Code to Download


  1. or download this
    @time_arr = split( /-/, $components[1] );
    --$time_arr[1];
    $unix_time = timelocal( 0, 0, 0, @time_arr[2,1,0] );
    
  2. or download this
    .