SyntaxFix
Write A Post
Hire A Developer
Questions
You can do it fast, only using one POSIX function. If you have bunch of tasks with dates, see the module DateTime.
use POSIX qw(strftime); my $date = strftime "%m/%d/%Y", localtime; print $date;