in reply to Reducing repetitive code
use DateTime; $dt = DateTime->now; $month_name = $dt->month_name; [download]