integer -> date text

I forgot how to transform an integer in month text. 2 → february 3 → March and so on Can somebody help me?

A quick solution would be FORMAT(DMY2DATE(1, numberOfMonth), 0, '<Month Text>'));