Help for this page

Select Code to Download


  1. or download this
    sub SBS_B2C{
        my ($bin_date) = @_;
    ...
        print int($year);            #output  20041 
    }
    SBS_B2C(38112);