in reply to Convert month number to month name
my $converted_date = $t->strftime($future_date, '%B %d, %Y'); [download]
Update: Fixed $Y -> %Y. Thanks toolic.