Day / night cycle help

I was following a tutorial on day/night cycle on youtube. Unreal Engine 4 Tutorial: Complex Day/Night Cycle #1 motor - YouTube. My question is how to display the month as name of month instead of a number?

you could easily store the month names in a array and use the month numbers to get a index from the array.