Please enable JavaScript
Month() method can be used to get current month using apex in Salesforce. Also, format( 'MMMM' ) can be used to return the month in String since the Month() method returns integer. Blog Post: https://www.infallibletechie.com/2013/09/how-to-get-current-month-using-apex-in.html