in reply to
Re: Date format YYYY-MM-DD HH-MM-SS
in thread
Date format YYYY-MM-DD HH-MM-SS
For *nix like systems the lame but the fast way is
my $date = `date +"%Y-%m-%d-%H-%M-%S"`;
Comment on
Re^2: Date format YYYY-MM-DD HH-MM-SS
Download
Code
In Section
Seekers of Perl Wisdom