MONTH(CMS.App_Received_Date) as 'App Month'
will return 4 for April when date is like 2012-04-01
will return 5 for May when date is like 2012-05-02 etc
Is there a TSQL function to return April, May, June instead?
i.e. MONTHNAME(CMS.App_Received_Date) as 'App Month'
1 Answer