Go to report->group expert->date group->options->customize group name->use a formula for the group name->x+2 and enter:
if month({table.date}) in 6 to 8 then
"Summer Session" else
totext(month({table.date}),"00")+"/"+ right(totext(year({table.date}),0,""),2)
-LB