Formula to convert numerical dates into months

I need to program a column with a function that converts information from a date column to another column in Month word form. Using Month () I can get it to work in Numerical form (i.e ‘12/14/89’ becomes ‘12’) But I can’t find a way to make it say ‘December’.

Please use this formula:

DATETIME_FORMAT(Your_Date, ‘MMMM’)