Help for this page

Select Code to Download


  1. or download this
    sub get_time_stamp() {
       my @tan=Today_and_Now();
    ...
       return $stamp;
    }
    
  2. or download this
    sub get_time_stamp() {
       sprintf '%d%02d%02d%02d%02d', (Today_and_Now())[0..4];
    }