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