Month Name Formula

Hello guys!!

Do you know how to apply the formula to extract months names from date fields?
I use the MONTH () formula but it gives me numbers. What about Month Names like January, Feb, March…

Thanks!!!

Hi,

You can use TEXT() function instead:


MMMM is the formatting for full name of month, and MMM is for the abbr. name of month.