With the following formula you can calculate the month name in "plain text" for a given date.
@Select(@Month(DATEFIELD);"January";"February";"March";"April";"May";"June";"July";"August";"September";"October";"November";"December")
The field "DATEFIELD" must of course be of type "Date/Time".