use POSIX 'strftime'; my $date = strftime('%d-%m-%Y', localtime); print "$date\n";