Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use Date::Manip;
    ...
        my $date = &ParseDate( \$string );
        print "string is $string date is $date \n";
    }
    
  2. or download this
    Tz not set!
    string is 1999/12/12 date is 1999121200:00:00 
    string is 02-03-01 date is 2002030100:00:00 
    string is 10-13-97 date is  
    string is 2001-11-28 date is 2001112800:00:00