Help for this page

Select Code to Download


  1. or download this
      my @tmp_date = qw/2008 11 03 20 15/;
    
      my $test = strftime("%Y-%m-%d %H:%M", @tmp_date);
      print "X: $text\n<br>";