How to convert a number to a string of the month name

How to convert a number to a string of the month name

Hello,

I am using the .getMonth() function that returns the number of the month of a date field. How do I convert that number to a string of the name of the month. Example, how do I convert the return value 1, to display "January" as a string?

Thanks in advance!