printf "Day is %02d\n", $today_date;
my $formattedDay = sprintf("%02d",$today_date); print "formattedDay:$formattedDay\n";