Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use Date::Format;
    my $date = '20080501';
    print time2str("%Y-%m-%d", $date), "\n";
    
  2. or download this
    1970-08-21